OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LPC_ORDER
(Results
26 - 50
of
60
) sorted by null
1
2
3
/external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h
183
silk_float a[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
293
silk_float PredCoef[ 2 ][
MAX_LPC_ORDER
], /* O Prediction coefficients */
294
opus_int16 NLSF_Q15[
MAX_LPC_ORDER
], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */
295
const opus_int16 prev_NLSF_Q15[
MAX_LPC_ORDER
] /* I Previous Normalized LSFs (0 - (2^15-1)) */
residual_energy_FLP.c
94
silk_float a[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
102
silk_float *LPC_res_ptr, LPC_res[ ( MAX_FRAME_LENGTH + MAX_NB_SUBFR *
MAX_LPC_ORDER
) / 2 ];
structs_FLP.h
83
silk_float PredCoef[ 2 ][
MAX_LPC_ORDER
]; /* holds interpolated and final coefficients */
find_pred_coefs_FLP.c
46
opus_int16 NLSF_Q15[
MAX_LPC_ORDER
];
48
silk_float *x_pre_ptr, LPC_in_pre[ MAX_NB_SUBFR *
MAX_LPC_ORDER
+ MAX_FRAME_LENGTH ];
/external/libopus/silk/fixed/
find_LPC_FIX.c
45
opus_int32 a_Q16[
MAX_LPC_ORDER
];
51
opus_int32 a_tmp_Q16[
MAX_LPC_ORDER
], res_nrg_interp, res_nrg, res_tmp_nrg;
53
opus_int16 a_tmp_Q12[
MAX_LPC_ORDER
];
54
opus_int16 NLSF0_Q15[
MAX_LPC_ORDER
];
residual_energy_FIX.c
41
opus_int16 a_Q12[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
structs_FIX.h
83
silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][
MAX_LPC_ORDER
];
/external/libopus/silk/float/
main_FLP.h
183
silk_float a[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
293
silk_float PredCoef[ 2 ][
MAX_LPC_ORDER
], /* O Prediction coefficients */
294
opus_int16 NLSF_Q15[
MAX_LPC_ORDER
], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */
295
const opus_int16 prev_NLSF_Q15[
MAX_LPC_ORDER
] /* I Previous Normalized LSFs (0 - (2^15-1)) */
residual_energy_FLP.c
94
silk_float a[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
102
silk_float *LPC_res_ptr, LPC_res[ ( MAX_FRAME_LENGTH + MAX_NB_SUBFR *
MAX_LPC_ORDER
) / 2 ];
structs_FLP.h
83
silk_float PredCoef[ 2 ][
MAX_LPC_ORDER
]; /* holds interpolated and final coefficients */
find_pred_coefs_FLP.c
46
opus_int16 NLSF_Q15[
MAX_LPC_ORDER
];
48
silk_float *x_pre_ptr, LPC_in_pre[ MAX_NB_SUBFR *
MAX_LPC_ORDER
+ MAX_FRAME_LENGTH ];
/external/chromium_org/third_party/opus/src/silk/
decode_parameters.c
42
opus_int16 pNLSF_Q15[
MAX_LPC_ORDER
], pNLSF0_Q15[
MAX_LPC_ORDER
];
decode_indices.c
45
opus_int16 ec_ix[
MAX_LPC_ORDER
];
46
opus_uint8 pred_Q8[
MAX_LPC_ORDER
];
decoder_set_fs.c
78
psDec->LPC_order =
MAX_LPC_ORDER
;
NLSF_del_dec_quant.c
52
opus_int8 ind[ NLSF_QUANT_DEL_DEC_STATES ][
MAX_LPC_ORDER
];
178
silk_memcpy( ind[ ind_max_min ], ind[ ind_min_max ],
MAX_LPC_ORDER
* sizeof( opus_int8 ) );
encode_indices.c
45
opus_int16 ec_ix[
MAX_LPC_ORDER
];
46
opus_uint8 pred_Q8[
MAX_LPC_ORDER
];
/external/libopus/silk/
decode_parameters.c
42
opus_int16 pNLSF_Q15[
MAX_LPC_ORDER
], pNLSF0_Q15[
MAX_LPC_ORDER
];
decode_indices.c
45
opus_int16 ec_ix[
MAX_LPC_ORDER
];
46
opus_uint8 pred_Q8[
MAX_LPC_ORDER
];
decoder_set_fs.c
78
psDec->LPC_order =
MAX_LPC_ORDER
;
NLSF_del_dec_quant.c
52
opus_int8 ind[ NLSF_QUANT_DEL_DEC_STATES ][
MAX_LPC_ORDER
];
178
silk_memcpy( ind[ ind_max_min ], ind[ ind_min_max ],
MAX_LPC_ORDER
* sizeof( opus_int8 ) );
encode_indices.c
45
opus_int16 ec_ix[
MAX_LPC_ORDER
];
46
opus_uint8 pred_Q8[
MAX_LPC_ORDER
];
/external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy_FIX.c
41
opus_int16 a_Q12[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
structs_FIX.h
83
silk_DWORD_ALIGN opus_int16 PredCoef_Q12[ 2 ][
MAX_LPC_ORDER
];
find_pred_coefs_FIX.c
45
opus_int16 NLSF_Q15[
MAX_LPC_ORDER
];
main_FIX.h
189
opus_int16 a_Q12[ 2 ][
MAX_LPC_ORDER
], /* I AR coefs for each frame half */
Completed in 306 milliseconds
1
2
3