Searched refs:u4_satd (Results 1 – 1 of 1) sorted by relevance
668 UWORD32 u4_satd = 0; in ihevce_compute_8x8HAD_using_4x4() local705 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() local1000 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[all …]