Searched refs:k0_min (Results 1 – 1 of 1) sorted by relevance
173 INT k0_min; in getStartFreq() local176 case 8000: k0_min = 24; /* (3000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()178 case 11025: k0_min = 17; /* (3000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()180 case 12000: k0_min = 16; /* (3000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()182 case 16000: k0_min = 16; /* (4000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()184 case 22050: k0_min = 12; /* (4000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()186 case 24000: k0_min = 11; /* (4000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()188 case 32000: k0_min = 10; /* (5000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()190 case 44100: k0_min = 7; /* (5000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()192 case 48000: k0_min = 7; /* (5000 * nQmfChannels / fsSBR ) + 0.5 */ in getStartFreq()[all …]