Searched refs:voice_fac (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp322 int16 fac, stab_fac, voice_fac, Q_new = 0; local
931 voice_fac = voice_factor(exc2, -3, gain_pit, code, gain_code, L_SUBFR);
935 st->tilt_code = (voice_fac >> 2) + 8192;
1002 tmp = 16384 - (voice_fac >> 1); /* 1=unvoiced, 0=voiced */
1039 tmp = (voice_fac >> 3) + 4096;/* 0.25=voiced, 0=unvoiced */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c204 Word16 voice_fac; local
1193 voice_fac = voice_factor(exc2, shift, gain_pit, code, gain_code, L_SUBFR);
1195 st->tilt_code = ((voice_fac >> 2) + 8192);
1243 tmp = (16384 - (voice_fac >> 1)); /* 1=unvoiced, 0=voiced */
1275 tmp = ((voice_fac >> 3) + 4096); /* 0.25=voiced, 0=unvoiced */

Completed in 176 milliseconds