Searched refs:fs_high (Results 1 – 1 of 1) sorted by relevance
223 const UINT fs_high = 55426; /* high MPS sampling frequencies */ in FDK_MpegsEnc_Init() local240 if (!((samplingrate >= fs_low) && (samplingrate < fs_high))) { in FDK_MpegsEnc_Init()254 (samplingrate < fs_low) ? 5 : ((samplingrate > fs_high) ? 7 : 6); in FDK_MpegsEnc_Init()