Searched refs:cba_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ra144enc.c | 269 * @param cba_idx index of the best entry of the adaptive codebook 276 int cba_idx, int *cb1_idx, int *cb2_idx) in fixed_cb_search() 287 if (cba_idx) in fixed_cb_search() 290 find_best_vect(work, coefs, ff_cb1_vects, cba_idx ? cba_vect : NULL, NULL, in fixed_cb_search() 301 if (cba_idx) in fixed_cb_search() 310 find_best_vect(work, coefs, ff_cb2_vects, cba_idx ? cba_vect : NULL, in fixed_cb_search() 332 int cba_idx, cb1_idx, cb2_idx, gain; in ra144_encode_subblock() local 361 cba_idx = adaptive_cb_search(ractx->adapt_cb, work + LPC_ORDER, coefs, in ra144_encode_subblock() 363 if (cba_idx) { in ra144_encode_subblock() 370 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx in ra144_encode_subblock() 275 fixed_cb_search(float *work, const float *coefs, float *data, int cba_idx, int *cb1_idx, int *cb2_idx) fixed_cb_search() argument [all...] |
H A D | ra144.c | 1695 int cba_idx, int cb1_idx, int cb2_idx, in ff_subblock_synthesis() 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() 1694 ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, int cba_idx, int cb1_idx, int cb2_idx, int gval, int gain) ff_subblock_synthesis() argument
|
H A D | ra144dec.c | 53 int cba_idx = get_bits(gb, 7); // index of the adaptive CB, 0 if none in do_output_subblock() local 58 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, gval, in do_output_subblock()
|
H A D | ra144.h | 80 int cba_idx, int cb1_idx, int cb2_idx,
|
Completed in 5 milliseconds