Searched refs:LP_ORDER (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damrwbdec.c48 float isf_cur[LP_ORDER]; ///< working ISF vector from current frame
49 float isf_q_past[LP_ORDER]; ///< quantized ISF vector of the previous frame
50 float isf_past_final[LP_ORDER]; ///< final processed ISF vector of the previous frame
51 double isp[4][LP_ORDER]; ///< ISP vectors from current frame
52 double isp_sub4_past[LP_ORDER]; ///< ISP vector for the 4th subframe of the previous frame
54 float lp_coef[4][LP_ORDER]; ///< Linear Prediction Coefficients from ISP vector
59 float excitation_buf[AMRWB_P_DELAY_MAX + LP_ORDER + 2 + AMRWB_SFR_SIZE]; ///< current excitation and all necessary excitation history
75 float samples_az[LP_ORDER + AMRWB_SFR_SIZE]; ///< low-band samples and memory from synthesis at 12.8kHz
97 ctx->excitation = &ctx->excitation_buf[AMRWB_P_DELAY_MAX + LP_ORDER + 1];
100 for (i = 0; i < LP_ORDER;
[all...]
H A Damrwbdata.h33 #define LP_ORDER 16 ///< linear predictive coding filter order macro
1619 static const int16_t isf_mean[LP_ORDER] = {
1625 static const int16_t isf_init[LP_ORDER] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrwbdec.c51 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 double 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
62 float excitation_buf[AMRWB_P_DELAY_MAX + LP_ORDER + 2 + AMRWB_SFR_SIZE]; ///< current excitation and all necessary excitation history
78 float samples_az[LP_ORDER + AMRWB_SFR_SIZE]; ///< low-band samples and memory from synthesis at 12.8kHz
114 ctx->excitation = &ctx->excitation_buf[AMRWB_P_DELAY_MAX + LP_ORDER + 1];
117 for (i = 0; i < LP_ORDER;
[all...]
H A Damrwbdata.h33 #define LP_ORDER 16 ///< linear predictive coding filter order macro
1619 static const int16_t isf_mean[LP_ORDER] = {
1625 static const int16_t isf_init[LP_ORDER] = {

Completed in 75 milliseconds