Searched defs:pred_order (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | flacdsp.c | 47 int pred_order, int qlevel, int len) in flac_lpc_16_c() 75 int pred_order, int qlevel, int len) in flac_lpc_32_c()
|
D | flacdec.c | 221 static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order) in decode_residuals() 283 int pred_order, int bps) in decode_subframe_fixed() 361 static int decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, in decode_subframe_lpc()
|
D | flacenc.c | 552 int pred_order) in subframe_count_exact() 637 int n, int pred_order, int max_param, int exact) in calc_optimal_rice_params() 665 static void calc_sum_top(int pmax, int kmax, const uint32_t *data, int n, int pred_order, in calc_sum_top() 709 const int32_t *data, int n, int pred_order, int exact) in calc_rice_params() 755 FlacSubframe *sub, int pred_order) in find_subframe_rice_params()
|
D | shorten.c | 353 int pred_order, sum, qshift, init_sum, i, j; in decode_subframe_lpc() local
|