Home
last modified time | relevance | path

Searched refs:u4_satd (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dihevce_had_satd.c668 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
[all …]