Searched refs:vp8_dequant_idct_add_dspr2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride); in vp8_dequant_idct_add_y_block_dspr2() 53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2() 72 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
|
D | dequantize_dspr2.c | 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq, in vp8_dequant_idct_add_dspr2() function
|
/external/libvpx/libvpx/vp8/common/ |
D | rtcd_defs.pl | 38 $vp8_dequant_idct_add_dspr2=vp8_dequant_idct_add_dspr2;
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 70 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride); 71 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2
|