Lines Matching refs:max2
495 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local
526 max1 = max2 = -1; in msp3400c_thread()
582 max2 = 0; in msp3400c_thread()
593 max2 = i; in msp3400c_thread()
604 if (max2 == 0) { in msp3400c_thread()
606 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
609 } else if (max2 == 1 && state->has_nicam) { in msp3400c_thread()
611 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
628 if (max2 == 1 || max2 == 2) { in msp3400c_thread()
630 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
634 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
636 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
640 } else if (max2 == 0 && state->has_nicam) { in msp3400c_thread()
642 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()