Lines Matching refs:resi_tmp_2
126 WORD32 resi_tmp_1, resi_tmp_2, resi_tmp_3; in ihevc_resi_trans_4x4_ttype1() local
130 resi_tmp_2 = pu1_src[3] - pu1_pred[3]; in ihevc_resi_trans_4x4_ttype1()
131 c[0] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_4x4_ttype1()
132 u4_blk_sad += abs(resi_tmp_1) + abs(resi_tmp_2); in ihevc_resi_trans_4x4_ttype1()
135 resi_tmp_2 = pu1_src[3] - pu1_pred[3]; in ihevc_resi_trans_4x4_ttype1()
136 c[1] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_4x4_ttype1()
140 resi_tmp_2 = pu1_src[1] - pu1_pred[1]; in ihevc_resi_trans_4x4_ttype1()
141 c[2] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_4x4_ttype1()
150 resi_tmp_2 = pu1_src[1] - pu1_pred[1]; in ihevc_resi_trans_4x4_ttype1()
153 (74 * (resi_tmp_1 + resi_tmp_2 - resi_tmp_3) + add) in ihevc_resi_trans_4x4_ttype1()
261 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_4x4() local
265 resi_tmp_2 = pu1_src[3 + 3*chroma_flag] - pu1_pred[3 + 3*chroma_flag]; in ihevc_resi_trans_4x4()
266 e[0] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_4x4()
267 o[0] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_4x4()
269 u4_blk_sad += abs(resi_tmp_2); in ihevc_resi_trans_4x4()
272 resi_tmp_2 = pu1_src[2 + 2*chroma_flag] - pu1_pred[2 + 2*chroma_flag]; in ihevc_resi_trans_4x4()
273 e[1] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_4x4()
274 o[1] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_4x4()
276 u4_blk_sad += abs(resi_tmp_2); in ihevc_resi_trans_4x4()
347 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_4x4_16bit() local
351 resi_tmp_2 = pi2_src[3] - pu1_pred[3]; in ihevc_resi_trans_4x4_16bit()
352 e[0] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_4x4_16bit()
353 o[0] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_4x4_16bit()
356 resi_tmp_2 = pi2_src[2] - pu1_pred[2]; in ihevc_resi_trans_4x4_16bit()
357 e[1] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_4x4_16bit()
358 o[1] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_4x4_16bit()
473 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_8x8() local
480 resi_tmp_2 = pu1_src[(7-k)*(1+chroma_flag)] - pu1_pred[(7-k)*(1+chroma_flag)]; in ihevc_resi_trans_8x8()
481 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_8x8()
482 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_8x8()
483 u4_blk_sad += abs(resi_tmp_1) + abs(resi_tmp_2); in ihevc_resi_trans_8x8()
600 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_8x8_16bit() local
607 resi_tmp_2 = pi2_src[7 - k] - pu1_pred[7 - k]; in ihevc_resi_trans_8x8_16bit()
608 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_8x8_16bit()
609 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_8x8_16bit()
770 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_16x16() local
775 resi_tmp_2 = pu1_src[(15-k)*(1+chroma_flag)] - pu1_pred[(15-k)*(1+chroma_flag)]; in ihevc_resi_trans_16x16()
776 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_16x16()
777 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_16x16()
778 u4_blk_sad += abs(resi_tmp_1) + abs(resi_tmp_2); in ihevc_resi_trans_16x16()
915 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_16x16_16bit() local
920 resi_tmp_2 = pi2_src[15 - k] - pu1_pred[15 - k]; in ihevc_resi_trans_16x16_16bit()
921 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_16x16_16bit()
922 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_16x16_16bit()
1104 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_32x32() local
1109 resi_tmp_2 = pu1_src[31 - k] - pu1_pred[31 - k]; in ihevc_resi_trans_32x32()
1110 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_32x32()
1111 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_32x32()
1112 u4_blk_sad += abs(resi_tmp_1) + abs(resi_tmp_2); in ihevc_resi_trans_32x32()
1298 WORD32 resi_tmp_1, resi_tmp_2; in ihevc_resi_trans_32x32_16bit() local
1303 resi_tmp_2 = pi2_src[31 - k] - pu1_pred[31 - k]; in ihevc_resi_trans_32x32_16bit()
1304 e[k] = resi_tmp_1 + resi_tmp_2; in ihevc_resi_trans_32x32_16bit()
1305 o[k] = resi_tmp_1 - resi_tmp_2; in ihevc_resi_trans_32x32_16bit()