Home
last modified time | relevance | path

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

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