HomeSort by relevance Sort by last modified time
    Searched refs:RSUM_CSUM_THRESH (Results 1 - 4 of 4) sorted by null

  /external/libmpeg2/common/
ideint_defs.h 108 #define RSUM_CSUM_THRESH (RSUM_CSUM_THRESH_PER_PEL * SUB_BLK_WD)
ideint_cac.c 120 WORD32 rsum_csum_thresh; local
133 rsum_csum_thresh = RSUM_CSUM_THRESH;
182 if(sum_diff >= rsum_csum_thresh)
203 if(sum_diff >= rsum_csum_thresh)
261 if(tmp_diff >= (rsum_csum_thresh >> 2))
  /external/libmpeg2/common/x86/
ideint_cac_ssse3.c 139 if(sum_diff >= RSUM_CSUM_THRESH)
145 if(sum_diff >= RSUM_CSUM_THRESH)
154 if(sum_diff >= RSUM_CSUM_THRESH)
160 if(sum_diff >= RSUM_CSUM_THRESH)
185 thresh = _mm_set1_epi16((RSUM_CSUM_THRESH >> 2) - 1);
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 131 @ RSUM_CSUM_THRESH
134 @ Eliminate values smaller than RSUM_CSUM_THRESH
162 @ RSUM_CSUM_THRESH >> 2
165 @ Eliminate values smaller than RSUM_CSUM_THRESH >> 2

Completed in 518 milliseconds