Searched defs:AMRWBContext (Results 1 – 3 of 3) sorted by relevance
47 typedef struct AMRWBContext { struct48 AMRWBFrame frame; ///< AMRWB parameters decoded from bitstream49 enum Mode fr_cur_mode; ///< mode index of current frame50 uint8_t fr_quality; ///< frame quality index (FQI)51 float isf_cur[LP_ORDER]; ///< working ISF vector from current frame52 float isf_q_past[LP_ORDER]; ///< quantized ISF vector of the previous frame53 …float isf_past_final[LP_ORDER]; ///< final processed ISF vector of the previous frame54 double isp[4][LP_ORDER]; ///< ISP vectors from current frame55 …e isp_sub4_past[LP_ORDER]; ///< ISP vector for the 4th subframe of the previous frame57 … float lp_coef[4][LP_ORDER]; ///< Linear Prediction Coefficients from ISP vector[all …]
35 typedef struct AMRWBContext { struct41 } AMRWBContext; argument
312 typedef struct AMRWBContext { struct314 } AMRWBContext; typedef