Searched refs:temp1_r (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 31 v4i32 temp0_r, temp1_r, temp2_r, temp3_r; in simple_idct_msa() local 62 temp1_r, temp1_l, temp2_r, temp2_l); in simple_idct_msa() 64 temp2_l, temp2_r, temp1_l, temp1_r, in simple_idct_msa() 70 temp2_r, temp2_l, temp1_r, temp1_l); in simple_idct_msa() 74 ADD4(a3_r, temp0_r, a3_l, temp0_l, a0_r, temp1_r, a0_l, temp1_l, in simple_idct_msa() 78 SUB2(a3_r, temp1_r, a3_l, temp1_l, a3_r, a3_l); in simple_idct_msa() 97 temp0_r, temp0_l, temp1_r, temp1_l, in simple_idct_msa() 100 SRA_4V(temp0_r, temp0_l, temp1_r, temp1_l, 11); in simple_idct_msa() 102 PCKEV_H4_SW(temp0_l, temp0_r, temp1_l, temp1_r, in simple_idct_msa() 104 temp0_r, temp1_r, temp2_r, temp3_r); in simple_idct_msa() [all …]
|
D | hevc_idct_msa.c | 99 v4i32 temp0_r, temp1_r, temp2_r, temp3_r, temp4_r, temp5_r; \ 112 filter1, filter1, temp0_r, temp0_l, temp1_r, temp1_l); \ 114 BUTTERFLY_4(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l, \ 151 filter1, filter1, temp0_r, temp0_l, temp1_r, temp1_l); \ 153 BUTTERFLY_4(temp0_r, temp0_l, temp1_l, temp1_r, sum0_r, sum0_l, \ 196 v4i32 temp0_r, temp1_r, temp0_l, temp1_l; \ 224 DOTP_SH2_SW(src5_r, src5_l, filter2, filter2, temp1_r, temp1_l); \ 231 sum3_r = temp1_r - sum3_r; \
|