Lines Matching refs:max2
509 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local
540 max1 = max2 = -1; in msp3400c_thread()
594 max2 = 0; in msp3400c_thread()
604 val2 = val, max2 = i; in msp3400c_thread()
614 if (max2 == 0) { in msp3400c_thread()
616 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
619 } else if (max2 == 1 && state->has_nicam) { in msp3400c_thread()
621 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
638 if (max2 == 1 || max2 == 2) { in msp3400c_thread()
640 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
644 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
646 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
650 } else if (max2 == 0 && state->has_nicam) { in msp3400c_thread()
652 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()