Searched refs:vp9_fht8x8_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 47 vp9_fht8x8_c(in, out, stride, tx_type); in fht8x8_ref() 331 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 0), 332 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 1), 333 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 2), 334 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_c, 3))); 344 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 0), 345 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 1), 346 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 2), 347 make_tuple(&vp9_fht8x8_c, &vp9_iht8x8_64_add_neon, 3)));
|
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 223 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type); 224 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 223 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type); 224 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 223 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type); 224 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 234 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type); 235 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 233 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type); 234 #define vp9_fht8x8 vp9_fht8x8_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 603 void vp9_fht8x8_c(const int16_t *input, int16_t *output, in vp9_fht8x8_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 247 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
|