Searched refs:vpx_idct16x16_256_add_dspr2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 264 void vpx_idct16x16_256_add_dspr2(const tran_low_t *input, uint8_t *dest, int stride); 265 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_dspr2 268 void vpx_idct16x16_256_add_dspr2(const tran_low_t *input, uint8_t *dest, int stride); 269 #define vpx_idct16x16_38_add vpx_idct16x16_256_add_dspr2
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans16_dspr2.c | 871 void vpx_idct16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, in vpx_idct16x16_256_add_dspr2() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 758 &wrapper<vpx_idct16x16_256_add_dspr2>, TX_16X16, 256, 8, 1),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 610 $vpx_idct16x16_38_add_dspr2=vpx_idct16x16_256_add_dspr2;
|