Lines Matching full:stereo
3 * Stereo and SAP detection for cx88
159 s32 carrier, stereo, dual, noise; in detect_a2_a2m_eiaj() local
187 stereo = freq_magnitude(x, N, stereo_freq); in detect_a2_a2m_eiaj()
192 "detect a2/a2m/eiaj: carrier=%d, stereo=%d, dual=%d, noise=%d\n", in detect_a2_a2m_eiaj()
193 carrier, stereo, dual, noise); in detect_a2_a2m_eiaj()
195 if (stereo > dual) in detect_a2_a2m_eiaj()
202 if ((carrier > max(stereo, dual) * 2) && in detect_a2_a2m_eiaj()
203 (carrier < max(stereo, dual) * 6) && in detect_a2_a2m_eiaj()
205 (max(stereo, dual) > min(stereo, dual))) { in detect_a2_a2m_eiaj()
213 if ((carrier > max(stereo, dual) * 2) && in detect_a2_a2m_eiaj()
214 (carrier < max(stereo, dual) * 8) && in detect_a2_a2m_eiaj()
217 (max(stereo, dual) > min(stereo, dual) * 2)) { in detect_a2_a2m_eiaj()
315 dprintk(1, "stereo/sap detection result:%s%s%s\n", in cx88_dsp_detect_stereo_sap()
317 (ret & V4L2_TUNER_SUB_STEREO) ? " stereo" : "", in cx88_dsp_detect_stereo_sap()