Searched refs:voice_fac (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | pvamrwbdecoder.cpp | 322 int16 fac, stab_fac, voice_fac, Q_new = 0; in pvDecoder_AmrWb() local 934 voice_fac = voice_factor(exc2, -3, gain_pit, code, gain_code, L_SUBFR); in pvDecoder_AmrWb() 938 st->tilt_code = (voice_fac >> 2) + 8192; in pvDecoder_AmrWb() 1005 tmp = 16384 - (voice_fac >> 1); /* 1=unvoiced, 0=voiced */ in pvDecoder_AmrWb() 1042 tmp = (voice_fac >> 3) + 4096;/* 0.25=voiced, 0=unvoiced */ in pvDecoder_AmrWb()
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | voAMRWBEnc.c | 206 Word16 voice_fac; in coder() local 1197 voice_fac = voice_factor(exc2, shift, gain_pit, code, gain_code, L_SUBFR); in coder() 1199 st->tilt_code = ((voice_fac >> 2) + 8192); in coder() 1249 tmp = (16384 - (voice_fac >> 1)); /* 1=unvoiced, 0=voiced */ in coder() 1281 tmp = ((voice_fac >> 3) + 4096); /* 0.25=voiced, 0=unvoiced */ in coder()
|