]> granicus.if.org Git - libvpx/commit
Clean CONVERT_TO_BYTEPTR/SHORTPTR in idct
authorLinfeng Zhang <linfengz@google.com>
Tue, 2 May 2017 17:44:12 +0000 (10:44 -0700)
committerLinfeng Zhang <linfengz@google.com>
Wed, 3 May 2017 20:58:31 +0000 (13:58 -0700)
commit081b39f2b765f83406ac41a9ad8c8d6830e1707a
treef5e9995de037e7c59145024ca3c46dac197f6039
parenta10a5cb3567a0cfcea73c2e3765bc86d427646e3
Clean CONVERT_TO_BYTEPTR/SHORTPTR in idct

BUG=webm:1388

Change-Id: Ida62c941f2b836d6c9e27b427a7d5008ab6dc112
19 files changed:
test/dct16x16_test.cc
test/dct32x32_test.cc
test/fdct4x4_test.cc
test/fdct8x8_test.cc
test/partial_idct_test.cc
vp9/common/vp9_idct.c
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_rdopt.c
vpx_dsp/arm/highbd_idct16x16_add_neon.c
vpx_dsp/arm/highbd_idct32x32_1024_add_neon.c
vpx_dsp/arm/highbd_idct32x32_135_add_neon.c
vpx_dsp/arm/highbd_idct32x32_34_add_neon.c
vpx_dsp/arm/highbd_idct32x32_add_neon.c
vpx_dsp/arm/highbd_idct4x4_add_neon.c
vpx_dsp/arm/highbd_idct8x8_add_neon.c
vpx_dsp/arm/idct32x32_add_neon.c
vpx_dsp/inv_txfm.c
vpx_dsp/x86/inv_txfm_sse2.c