Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c664 WORD16 *pi2_dst1 = pi2_dst + 4; in ihevce_compute_8x8HAD_using_4x4() local
692 pi2_dst1[dst_idx] = b1 + b3; in ihevce_compute_8x8HAD_using_4x4()
698 if(ABS(pi2_dst1[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
706 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
1094 WORD16 *pi2_dst1 = pi2_dst + 8; in ihevce_compute_16x16HAD_using_8x8() local
1122 pi2_dst1[dst_idx] = b1 + b3; in ihevce_compute_16x16HAD_using_8x8()
1129 if(ABS(pi2_dst1[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1137 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1406 WORD16 *pi2_dst1 = pi2_dst + 16; in ihevce_compute_32x32HAD_using_16x16() local
1434 pi2_dst1[dst_idx] = b1 + b3; in ihevce_compute_32x32HAD_using_16x16()
[all …]