HomeSort by relevance Sort by last modified time
    Searched refs:voice_fac (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 322 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 */
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 204 Word16 voice_fac; local
    [all...]

Completed in 50 milliseconds