Home
last modified time | relevance | path

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

/external/libmpeg2/common/x86/
Dideint_cac_ssse3.c139 if(sum_diff >= RSUM_CSUM_THRESH) in ideint_cac_8x8_ssse3()
145 if(sum_diff >= RSUM_CSUM_THRESH) in ideint_cac_8x8_ssse3()
154 if(sum_diff >= RSUM_CSUM_THRESH) in ideint_cac_8x8_ssse3()
160 if(sum_diff >= RSUM_CSUM_THRESH) in ideint_cac_8x8_ssse3()
185 thresh = _mm_set1_epi16((RSUM_CSUM_THRESH >> 2) - 1); in ideint_cac_8x8_ssse3()
/external/libmpeg2/common/arm/
Dideint_cac_a9.s132 @ RSUM_CSUM_THRESH
135 @ Eliminate values smaller than RSUM_CSUM_THRESH
163 @ RSUM_CSUM_THRESH >> 2
166 @ Eliminate values smaller than RSUM_CSUM_THRESH >> 2
/external/libmpeg2/common/
Dideint_defs.h108 #define RSUM_CSUM_THRESH (RSUM_CSUM_THRESH_PER_PEL * SUB_BLK_WD) macro
Dideint_cac.c133 rsum_csum_thresh = RSUM_CSUM_THRESH; in cac_4x8()