Lines Matching refs:max2
495 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local
526 max1 = max2 = -1; in msp3400c_thread()
580 max2 = 0; in msp3400c_thread()
590 val2 = val, max2 = i; in msp3400c_thread()
600 if (max2 == 0) { in msp3400c_thread()
602 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
605 } else if (max2 == 1 && state->has_nicam) { in msp3400c_thread()
607 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
624 if (max2 == 1 || max2 == 2) { in msp3400c_thread()
626 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
630 } else if (max2 == 0 && (state->v4l2_std & V4L2_STD_SECAM)) { in msp3400c_thread()
632 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
636 } else if (max2 == 0 && state->has_nicam) { in msp3400c_thread()
638 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()