Home
last modified time | relevance | path

Searched refs:nb_bits (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpvamrwbdecoder.cpp331 int16 newDTXState, bfi, unusable_frame, nb_bits; in pvDecoder_AmrWb() local
341 nb_bits = AMR_WB_COMPRESSED[mode]; in pvDecoder_AmrWb()
460 nb_bits, in pvDecoder_AmrWb()
489 if (nb_bits > NBBITS_7k) /* all rates but 6.6 Kbps */ in pvDecoder_AmrWb()
576 if ((i_subfr == 2*L_SUBFR) && (nb_bits > NBBITS_7k)) in pvDecoder_AmrWb()
589 if (nb_bits <= NBBITS_9k) in pvDecoder_AmrWb()
647 if (nb_bits <= NBBITS_9k) in pvDecoder_AmrWb()
686 if (nb_bits <= NBBITS_9k) in pvDecoder_AmrWb()
724 else if (nb_bits <= NBBITS_7k) in pvDecoder_AmrWb()
729 else if (nb_bits <= NBBITS_9k) in pvDecoder_AmrWb()
[all …]
Dsynthesis_amr_wb.cpp143 int16 nb_bits, in synthesis_amr_wb() argument
342 if ((nb_bits >= NBBITS_24k) && (bfi == 0)) in synthesis_amr_wb()
380 if ((nb_bits <= NBBITS_7k) && (newDTXState == SPEECH)) in synthesis_amr_wb()
418 if (nb_bits >= NBBITS_24k) in synthesis_amr_wb()
Dsynthesis_amr_wb.h83 int16 nb_bits,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c1570 Word16 coding_mode = 0, nb_bits, allow_dtx, mode, reset_flag; in AMR_Enc_Encode() local
1573 nb_bits = nb_of_bits[mode]; in AMR_Enc_Encode()
1585 coder(&coding_mode, signal, prms, &nb_bits, gData, allow_dtx); in AMR_Enc_Encode()