Searched refs:vp8_dc_only_idct_add_dspr2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_dspr2() 56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2() 75 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
|
D | idctllm_dspr2.c | 212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned … in vp8_dc_only_idct_add_dspr2() function
|
/external/libvpx/libvpx/vp8/common/ |
D | rtcd_defs.pl | 135 $vp8_dc_only_idct_add_dspr2=vp8_dc_only_idct_add_dspr2;
|
/external/libvpx/mips-dspr2/ |
D | vp8_rtcd.h | 66 void vp8_dc_only_idct_add_dspr2(short input, unsigned char *pred, int pred_stride, unsigned char *d… 67 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2
|