Searched refs:MAX_LPC_ORDER (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lpc.c | 163 double autoc[MAX_LPC_ORDER + 1]; in ff_lpc_calc_ref_coefs() 177 double autoc[MAX_LPC_ORDER+1] = {0}, error[MAX_LPC_ORDER+1] = {0}; in ff_lpc_calc_ref_coefs_f() 204 int32_t coefs[][MAX_LPC_ORDER], int *shift, in ff_lpc_calc_coefs() 208 double autoc[MAX_LPC_ORDER+1]; in ff_lpc_calc_coefs() 209 double ref[MAX_LPC_ORDER] = { 0 }; in ff_lpc_calc_coefs() 210 double lpc[MAX_LPC_ORDER][MAX_LPC_ORDER]; in ff_lpc_calc_coefs() 214 av_assert2(max_order >= MIN_LPC_ORDER && max_order <= MAX_LPC_ORDER && in ff_lpc_calc_coefs() 233 compute_lpc_coefs(autoc, max_order, &lpc[0][0], MAX_LPC_ORDER, in ff_lpc_calc_coefs() [all...] |
H A D | lpc.h | 38 #define MAX_LPC_ORDER 32 macro 96 int32_t coefs[][MAX_LPC_ORDER], int *shift, 140 LPC_TYPE gen0[MAX_LPC_ORDER], gen1[MAX_LPC_ORDER]; in compute_ref_coefs()
|
H A D | flacenc.c | 86 int32_t coefs[MAX_LPC_ORDER]; 795 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in encode_residual_ch() 796 int shift[MAX_LPC_ORDER]; in encode_residual_ch() 888 uint64_t bits[MAX_LPC_ORDER]; in encode_residual_ch() 903 uint64_t bits[MAX_LPC_ORDER]; in encode_residual_ch() 942 int32_t lpc_try[MAX_LPC_ORDER]; in encode_residual_ch() 1448 { "min_prediction_order", NULL, offsetof(FlacEncodeContext, options.min_prediction_order), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, MAX_LPC_ORDER, FLAGS }, 1449 { "max_prediction_order", NULL, offsetof(FlacEncodeContext, options.max_prediction_order), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, MAX_LPC_ORDER, FLAGS },
|
H A D | alacenc.c | 156 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in calc_predictor_params() 157 int shift[MAX_LPC_ORDER]; in calc_predictor_params()
|
H A D | aacenc_tns.c | 165 double gain, coefs[MAX_LPC_ORDER]; in ff_aac_search_for_tns()
|
H A D | ra144enc.c | 432 int32_t lpc_coefs[LPC_ORDER][MAX_LPC_ORDER]; in ra144_encode_frame()
|
H A D | mlpenc.c | 1317 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in set_filter_params()
|
Completed in 10 milliseconds