Searched defs:AMRWBContext (Results 1 – 3 of 3) sorted by relevance
36 typedef struct AMRWBContext { struct42 } AMRWBContext; argument
48 typedef struct AMRWBContext { struct49 AMRWBFrame frame; ///< AMRWB parameters decoded from bitstream50 enum Mode fr_cur_mode; ///< mode index of current frame51 uint8_t fr_quality; ///< frame quality index (FQI)52 float isf_cur[LP_ORDER]; ///< working ISF vector from current frame53 float isf_q_past[LP_ORDER]; ///< quantized ISF vector of the previous frame54 …float isf_past_final[LP_ORDER]; ///< final processed ISF vector of the previous frame55 double isp[4][LP_ORDER]; ///< ISP vectors from current frame56 …e isp_sub4_past[LP_ORDER]; ///< ISP vector for the 4th subframe of the previous frame58 … float lp_coef[4][LP_ORDER]; ///< Linear Prediction Coefficients from ISP vector[all …]
315 typedef struct AMRWBContext { struct317 } AMRWBContext; argument