Searched defs:prev_bf (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
H A D | ec_gains.cpp | 363 prev_bf = a flag that indicates if the previous frame was bad of type Word16 408 if (prev_bf != 0) 455 Word16 prev_bf, /* i : flag: previous frame was bad */ 465 if (prev_bf != 0) 717 prev_bf = flag indicating the previous frame was bad of type Word16 761 if (prev_bf != 0) 809 Word16 prev_bf, /* i : flag: previous frame was bad */ 818 if (prev_bf != 0) 452 ec_gain_code_update( ec_gain_codeState *st, Word16 bfi, Word16 prev_bf, Word16 *gain_code, Flag *pOverflow ) argument 806 ec_gain_pitch_update( ec_gain_pitchState *st, Word16 bfi, Word16 prev_bf, Word16 *gain_pitch, Flag *pOverflow ) argument
|
H A D | c_g_aver.cpp | 227 prev_bf = previous bad frame indication flag (Word16) 271 Word16 prev_bf, // i : previous bad frame indication flag 346 if (((((pdfi != 0) && (prev_pdf != 0)) || (bfi != 0) || (prev_bf != 0)) && 416 if (((bfi != 0) || (prev_bf != 0)) && (inBackgroundNoise != 0) && 470 Word16 prev_bf, /* i : previous bad frame indication flag */ 567 (prev_bf != 0)) 622 if (((bfi != 0) || (prev_bf != 0)) && (inBackgroundNoise != 0) 463 Cb_gain_average( Cb_gain_averageState *st, enum Mode mode, Word16 gain_code, Word16 lsp[], Word16 lspAver[], Word16 bfi, Word16 prev_bf, Word16 pdfi, Word16 prev_pdf, Word16 inBackgroundNoise, Word16 voicedHangover, Flag *pOverflow ) argument
|
H A D | dec_amr.h | 132 Word16 prev_bf; member in struct:Decoder_amrState
|
Completed in 11 milliseconds