Searched refs:vp9_fht4x4_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct4x4_test.cc | 48 vp9_fht4x4_c(in, out, stride, tx_type); in fht4x4_ref() 333 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 0), 334 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 1), 335 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 2), 336 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_c, 3))); 351 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 0), 352 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 1), 353 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 2), 354 make_tuple(&vp9_fht4x4_c, &vp9_iht4x4_16_add_neon, 3)));
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 220 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type); 221 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 220 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type); 221 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 220 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type); 221 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 231 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type); 232 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 230 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type); 231 #define vp9_fht4x4 vp9_fht4x4_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 169 void vp9_fht4x4_c(const int16_t *input, int16_t *output, in vp9_fht4x4_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 243 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
|