Home
last modified time | relevance | path

Searched defs:pred_order (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dflacdsp.c47 flac_lpc_16_c(int32_t *decoded, const int coeffs[32], int pred_order, int qlevel, int len) flac_lpc_16_c() argument
75 flac_lpc_32_c(int32_t *decoded, const int coeffs[32], int pred_order, int qlevel, int len) flac_lpc_32_c() argument
H A Dflacdec.c221 static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order) in decode_residuals() argument
282 decode_subframe_fixed(FLACContext *s, int32_t *decoded, int pred_order, int bps) decode_subframe_fixed() argument
361 decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, int bps) decode_subframe_lpc() argument
[all...]
H A Dshorten.c354 int pred_order, sum, qshift, init_sum, i, j; in decode_subframe_lpc() local
[all...]
H A Dflacenc.c632 static void calc_sum_top(int pmax, int kmax, const uint32_t *data, int n, int pred_order, in calc_sum_top() argument
518 subframe_count_exact(FlacEncodeContext *s, FlacSubframe *sub, int pred_order) subframe_count_exact() argument
602 calc_optimal_rice_params(RiceContext *rc, int porder, uint64_t sums[32][MAX_PARTITIONS], int n, int pred_order, int max_param, int exact) calc_optimal_rice_params() argument
672 calc_rice_params(RiceContext *rc, uint32_t udata[FLAC_MAX_BLOCKSIZE], uint64_t sums[32][MAX_PARTITIONS], int pmin, int pmax, const int32_t *data, int n, int pred_order, int exact) calc_rice_params() argument
721 find_subframe_rice_params(FlacEncodeContext *s, FlacSubframe *sub, int pred_order) find_subframe_rice_params() argument
[all...]

Completed in 4 milliseconds