Searched refs:FIELD_DIFF_SUM_THR (Results 1 – 1 of 1) sorted by relevance
42 #define FIELD_DIFF_SUM_THR 32 macro92 pd_inf->temporal[idx] = (tcnt < FIELD_DIFF_SUM_THR) | ((bcnt < FIELD_DIFF_SUM_THR) << 1); in iep2_check_pd()122 if ((type == PD_TS && !(tcnt < FIELD_DIFF_SUM_THR)) || in iep2_check_pd()123 (type == PD_BS && !(bcnt < FIELD_DIFF_SUM_THR))) { in iep2_check_pd()