Searched refs:vp9_fht16x16_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 280 vp9_fht16x16_c(in, out, stride, tx_type); in fht16x16_ref() 575 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 0), 576 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 1), 577 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 2), 578 make_tuple(&vp9_fht16x16_c, &vp9_iht16x16_256_add_c, 3)));
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 217 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type); 218 #define vp9_fht16x16 vp9_fht16x16_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 217 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type); 218 #define vp9_fht16x16 vp9_fht16x16_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 217 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type); 218 #define vp9_fht16x16 vp9_fht16x16_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 228 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type); 229 #define vp9_fht16x16 vp9_fht16x16_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 227 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type); 228 #define vp9_fht16x16 vp9_fht16x16_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 1000 void vp9_fht16x16_c(const int16_t *input, int16_t *output, in vp9_fht16x16_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 239 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
|