Searched refs:vt0l (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 221 v4i32 vt0l, vt1l, vt2l, vt3l, vt0r, vt1r, vt2r, vt3r; in dequant_idct4x4_addblk_2x_msa() local 236 VP8_IDCT_1D_W(hz0l, hz1l, hz2l, hz3l, vt0l, vt1l, vt2l, vt3l); in dequant_idct4x4_addblk_2x_msa() 237 SRARI_W4_SW(vt0l, vt1l, vt2l, vt3l, 3); in dequant_idct4x4_addblk_2x_msa() 240 PCKEV_H4_SH(vt0l, vt0r, vt1l, vt1r, vt2l, vt2r, vt3l, vt3r, vt0, vt1, vt2, in dequant_idct4x4_addblk_2x_msa() 248 PCKEV_B2_SW(res1, res0, res3, res2, vt0l, vt1l); in dequant_idct4x4_addblk_2x_msa() 249 ST8x4_UB(vt0l, vt1l, dest, dest_stride); in dequant_idct4x4_addblk_2x_msa()
|