Lines Matching refs:tmp1_r
267 tmp1_r = sum0_r; \
272 tmp1_r -= tmp0_r; \
274 ST_SW2(tmp1_r, tmp1_l, (input + store_idx * 8), 4); \
447 v4i32 sum0_r, sum0_l, sum1_r, sum1_l, tmp0_r, tmp0_l, tmp1_r, tmp1_l; in hevc_idct_8x32_column_msa() local
500 filter1, sum0_r, sum0_l, tmp1_r, tmp1_l); in hevc_idct_8x32_column_msa()
502 sum1_r = sum0_r - tmp1_r; in hevc_idct_8x32_column_msa()
504 sum0_r = sum0_r + tmp1_r; in hevc_idct_8x32_column_msa()
531 tmp1_r = tmp0_r; in hevc_idct_8x32_column_msa()
536 tmp1_r -= sum0_r; in hevc_idct_8x32_column_msa()
538 ST_SW2(tmp1_r, tmp1_l, (tmp_buf_ptr + (15 - i) * 8), 4); in hevc_idct_8x32_column_msa()
567 tmp1_r = sum0_r; in hevc_idct_8x32_column_msa()
577 sum0_r += tmp1_r; in hevc_idct_8x32_column_msa()
581 tmp1_r = tmp0_r; in hevc_idct_8x32_column_msa()
590 tmp1_r -= sum0_r; in hevc_idct_8x32_column_msa()
592 SRAR_W2_SW(tmp1_r, tmp1_l, sum1_r); in hevc_idct_8x32_column_msa()
593 SAT_SW2_SW(tmp1_r, tmp1_l, 15); in hevc_idct_8x32_column_msa()
594 in0 = __msa_pckev_h((v8i16) tmp1_l, (v8i16) tmp1_r); in hevc_idct_8x32_column_msa()