Home
last modified time | relevance | path

Searched defs:AMRWBContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibvo-amrwbenc.c36 typedef struct AMRWBContext { struct
42 } AMRWBContext; argument
Damrwbdec.c48 typedef struct AMRWBContext { struct
49 AMRWBFrame frame; ///< AMRWB parameters decoded from bitstream
50 enum Mode fr_cur_mode; ///< mode index of current frame
51 uint8_t fr_quality; ///< frame quality index (FQI)
52 float isf_cur[LP_ORDER]; ///< working ISF vector from current frame
53 float isf_q_past[LP_ORDER]; ///< quantized ISF vector of the previous frame
54 …float isf_past_final[LP_ORDER]; ///< final processed ISF vector of the previous frame
55 double isp[4][LP_ORDER]; ///< ISP vectors from current frame
56 …e isp_sub4_past[LP_ORDER]; ///< ISP vector for the 4th subframe of the previous frame
58 … float lp_coef[4][LP_ORDER]; ///< Linear Prediction Coefficients from ISP vector
[all …]
Dlibopencore-amr.c315 typedef struct AMRWBContext { struct
317 } AMRWBContext; argument