Searched refs:vp9_iht16x16_256_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 284 vp9_iht16x16_256_add_c(in, dest, stride, tx_type); in iht16x16_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 | 289 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type); 290 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 289 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type); 290 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 289 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type); 290 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 316 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type); 317 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 314 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 816 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c() function
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 331 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
|