/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 112 void vp9_idct16x16_10_add_neon(const int16_t *input, function
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 112 void vp9_idct16x16_10_add_neon(const int16_t *input, function
|
/external/libvpx/libvpx/test/ |
partial_idct_test.cc | 151 &vp9_idct16x16_10_add_neon,
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
partial_idct_test.cc | 243 &vp9_idct16x16_10_add_neon,
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
vp9_rtcd.h | 265 void vp9_idct16x16_10_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); 266 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_neon [all...] |
/external/libvpx/armv7a-neon/ |
vp9_rtcd.h | 258 void vp9_idct16x16_10_add_neon(const int16_t *input, uint8_t *dest, int dest_stride); 259 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_neon [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
vp9_rtcd.h | 265 void vp9_idct16x16_10_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | 414 $vp9_idct16x16_10_add_neon_asm=vp9_idct16x16_10_add_neon; [all...] |