Searched refs:temp6_r (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 371 v4i32 temp4_r, temp5_r, temp6_r, temp7_r, temp8_r; in simple_idct_add_msa() local 427 MUL2(temp7_r, w2, temp7_l, w2, temp6_r, temp6_l); in simple_idct_add_msa() 434 SUB2(a1_r, temp6_r, a1_l, temp6_l, a1_r, a1_l); in simple_idct_add_msa() 435 ADD2(a2_r, temp6_r, a2_l, temp6_l, a2_r, a2_l); in simple_idct_add_msa()
|