Lines Matching refs:ABS
696 if(ABS(pi2_dst0[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
698 if(ABS(pi2_dst1[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
700 if(ABS(pi2_dst2[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
702 if(ABS(pi2_dst3[dst_idx]) > threshold) in ihevce_compute_8x8HAD_using_4x4()
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()
799 if(ABS(pi2_dst[0 * dst_strd + k]) < threshold) in ihevce_had4_4x4()
802 if(ABS(pi2_dst[1 * dst_strd + k]) < threshold) in ihevce_had4_4x4()
805 if(ABS(pi2_dst[2 * dst_strd + k]) < threshold) in ihevce_had4_4x4()
808 if(ABS(pi2_dst[3 * dst_strd + k]) < threshold) in ihevce_had4_4x4()
812 u4_hsad += ABS(pi2_dst[0 * dst_strd + k]); in ihevce_had4_4x4()
813 u4_hsad += ABS(pi2_dst[1 * dst_strd + k]); in ihevce_had4_4x4()
814 u4_hsad += ABS(pi2_dst[2 * dst_strd + k]); in ihevce_had4_4x4()
815 u4_hsad += ABS(pi2_dst[3 * dst_strd + k]); in ihevce_had4_4x4()
1127 if(ABS(pi2_dst0[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1129 if(ABS(pi2_dst1[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1131 if(ABS(pi2_dst2[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1133 if(ABS(pi2_dst3[dst_idx]) > threshold) in ihevce_compute_16x16HAD_using_8x8()
1136 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1137 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1138 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1139 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_16x16HAD_using_8x8()
1439 if(ABS(pi2_dst0[dst_idx]) > threshold) in ihevce_compute_32x32HAD_using_16x16()
1441 if(ABS(pi2_dst1[dst_idx]) > threshold) in ihevce_compute_32x32HAD_using_16x16()
1443 if(ABS(pi2_dst2[dst_idx]) > threshold) in ihevce_compute_32x32HAD_using_16x16()
1445 if(ABS(pi2_dst3[dst_idx]) > threshold) in ihevce_compute_32x32HAD_using_16x16()
1448 u4_satd += ABS(pi2_dst0[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1449 u4_satd += ABS(pi2_dst1[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1450 u4_satd += ABS(pi2_dst2[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()
1451 u4_satd += ABS(pi2_dst3[dst_idx]); in ihevce_compute_32x32HAD_using_16x16()