Searched refs:pi2_dst3 (Results 1 – 1 of 1) sorted by relevance
666 WORD16 *pi2_dst3 = pi2_dst + dst_strd * 4 + 4; in ihevce_compute_8x8HAD_using_4x4() local694 pi2_dst3[dst_idx] = b1 - b3; in ihevce_compute_8x8HAD_using_4x4()702 if(ABS(pi2_dst3[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()708 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_8x8HAD_using_4x4()1096 WORD16 *pi2_dst3 = pi2_dst + dst_strd * 8 + 8; in ihevce_compute_16x16HAD_using_8x8() local1124 pi2_dst3[dst_idx] = b1 - b3; in ihevce_compute_16x16HAD_using_8x8()1133 if(ABS(pi2_dst3[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()1139 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()1408 WORD16 *pi2_dst3 = pi2_dst + dst_strd * 16 + 16; in ihevce_compute_32x32HAD_using_16x16() local1436 pi2_dst3[dst_idx] = b1 - b3; in ihevce_compute_32x32HAD_using_16x16()[all …]