Searched refs:cba_idx (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 279 int cba_idx, int *cb1_idx, int *cb2_idx) in fixed_cb_search() argument 290 if (cba_idx) in fixed_cb_search() 293 find_best_vect(work, coefs, ff_cb1_vects, cba_idx ? cba_vect : NULL, NULL, in fixed_cb_search() 304 if (cba_idx) in fixed_cb_search() 313 find_best_vect(work, coefs, ff_cb2_vects, cba_idx ? cba_vect : NULL, in fixed_cb_search() 335 int cba_idx, cb1_idx, cb2_idx, gain; in ra144_encode_subblock() local 364 cba_idx = adaptive_cb_search(ractx->adapt_cb, work + LPC_ORDER, coefs, in ra144_encode_subblock() 366 if (cba_idx) { in ra144_encode_subblock() 373 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx + BLOCKSIZE / 2 - 1); in ra144_encode_subblock() 376 fixed_cb_search(work + LPC_ORDER, coefs, data, cba_idx, &cb1_idx, &cb2_idx); in ra144_encode_subblock() [all …]
|
D | ra144.c | 1695 int cba_idx, int cb1_idx, int cb2_idx, in ff_subblock_synthesis() argument 1701 if (cba_idx) { in ff_subblock_synthesis() 1702 cba_idx += BLOCKSIZE/2 - 1; in ff_subblock_synthesis() 1703 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx); in ff_subblock_synthesis() 1715 add_wav(block, gain, cba_idx, m, cba_idx? ractx->buffer_a: NULL, in ff_subblock_synthesis()
|
D | ra144dec.c | 52 int cba_idx = get_bits(gb, 7); // index of the adaptive CB, 0 if none in do_output_subblock() local 57 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, gval, in do_output_subblock()
|
D | ra144.h | 80 int cba_idx, int cb1_idx, int cb2_idx,
|