Home
last modified time | relevance | path

Searched refs:MAX_LPC_ORDER (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlpc.c163 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 Dlpc.h38 #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 Dflacenc.c86 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 Dalacenc.c156 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 Daacenc_tns.c165 double gain, coefs[MAX_LPC_ORDER]; in ff_aac_search_for_tns()
H A Dra144enc.c432 int32_t lpc_coefs[LPC_ORDER][MAX_LPC_ORDER]; in ra144_encode_frame()
H A Dmlpenc.c1317 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in set_filter_params()

Completed in 10 milliseconds