| Index: source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c b/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
|
| index 79afc91b25dbc423f8641389ea43a2bd4eb7b3ac..9f9de98d90eb65093d5c0617b51eadbcce6d765b 100644
|
| --- a/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
|
| @@ -170,7 +170,7 @@ void vpx_fdct8x8_neon(const int16_t *input, int16_t *final_output, int stride) {
|
| }
|
| } // for
|
| {
|
| - // from vp9_dct_sse2.c
|
| + // from vpx_dct_sse2.c
|
| // Post-condition (division by two)
|
| // division of two 16 bits signed numbers using shifts
|
| // n / 2 = (n - (n >> 15)) >> 1
|
|
|