Lines Matching refs:u4_satd
668 UWORD32 u4_satd = 0; in ihevce_compute_8x8HAD_using_4x4() local
705 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
706 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
707 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
708 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
712 return (u4_satd); in ihevce_compute_8x8HAD_using_4x4()
976 UWORD32 u4_satd; in ihevce_had_8x8_using_4_4x4_r() local
1000 u4_satd = ihevce_compute_8x8HAD_using_4x4( in ihevce_had_8x8_using_4_4x4_r()
1004 cost_parent = ((u4_satd + 4) >> 3); in ihevce_had_8x8_using_4_4x4_r()
1098 UWORD32 u4_satd = 0; in ihevce_compute_16x16HAD_using_8x8() local
1136 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1137 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1138 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1139 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1143 return (u4_satd); in ihevce_compute_16x16HAD_using_8x8()
1230 UWORD32 u4_satd = 0; in ihevce_had_16x16_r() local
1312 u4_satd = in ihevce_had_16x16_r()
1316 cost_parent = ((u4_satd + 4) >> 3); in ihevce_had_16x16_r()
1410 UWORD32 u4_satd = 0; in ihevce_compute_32x32HAD_using_16x16() local
1448 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1449 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1450 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1451 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1455 return (u4_satd); in ihevce_compute_32x32HAD_using_16x16()
1728 UWORD32 u4_satd = 0; in ihevce_had_32x32_r() local
1730 u4_satd = ps_func_selector->pf_compute_32x32HAD_using_16x16( in ihevce_had_32x32_r()
1733 cost_parent = ((u4_satd + 2) >> 2); in ihevce_had_32x32_r()