Searched refs:temp5_l (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 100 v4i32 temp0_l, temp1_l, temp2_l, temp3_l, temp4_l, temp5_l; \ 135 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \ 138 temp4_l -= temp5_l; \ 174 filter2, filter2, temp4_r, temp4_l, temp5_r, temp5_l); \ 177 temp4_l -= temp5_l; \
|
D | simple_idct_msa.c | 373 v4i32 temp4_l, temp5_l, temp6_l, temp7_l, temp8_l; in simple_idct_add_msa() local 428 MUL2(temp7_r, w6, temp7_l, w6, temp5_r, temp5_l); in simple_idct_add_msa() 433 ADD2(a0_r, temp5_r, a0_l, temp5_l, a0_r, a0_l); in simple_idct_add_msa() 436 SUB2(a3_r, temp5_r, a3_l, temp5_l, a3_r, a3_l); in simple_idct_add_msa()
|