Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c663 WORD16 *pi2_dst0 = pi2_dst; in ihevce_compute_8x8HAD_using_4x4() local
691 pi2_dst0[dst_idx] = b0 + b2; in ihevce_compute_8x8HAD_using_4x4()
696 if(ABS(pi2_dst0[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
705 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()
1093 WORD16 *pi2_dst0 = pi2_dst; in ihevce_compute_16x16HAD_using_8x8() local
1121 pi2_dst0[dst_idx] = b0 + b2; in ihevce_compute_16x16HAD_using_8x8()
1127 if(ABS(pi2_dst0[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1136 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1405 WORD16 *pi2_dst0 = pi2_dst; in ihevce_compute_32x32HAD_using_16x16() local
1433 pi2_dst0[dst_idx] = b0 + b2; in ihevce_compute_32x32HAD_using_16x16()
[all …]