Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c665 WORD16 *pi2_dst2 = pi2_dst + dst_strd * 4; in ihevce_compute_8x8HAD_using_4x4() local
693 pi2_dst2[dst_idx] = b0 - b2; in ihevce_compute_8x8HAD_using_4x4()
700 if(ABS(pi2_dst2[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
707 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
1095 WORD16 *pi2_dst2 = pi2_dst + dst_strd * 8; in ihevce_compute_16x16HAD_using_8x8() local
1123 pi2_dst2[dst_idx] = b0 - b2; in ihevce_compute_16x16HAD_using_8x8()
1131 if(ABS(pi2_dst2[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1138 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1407 WORD16 *pi2_dst2 = pi2_dst + dst_strd * 16; in ihevce_compute_32x32HAD_using_16x16() local
1435 pi2_dst2[dst_idx] = b0 - b2; in ihevce_compute_32x32HAD_using_16x16()
[all …]