Searched refs:cb2_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 314 ortho_cb1 ? cb1_vect : NULL, data, cb2_idx, &gain); in fixed_cb_search() 335 int cba_idx, cb1_idx, cb2_idx, gain; in ra144_encode_subblock() local 376 fixed_cb_search(work + LPC_ORDER, coefs, data, cba_idx, &cb1_idx, &cb2_idx); in ra144_encode_subblock() 379 cb2[i] = ff_cb2_vects[cb2_idx][i]; in ra144_encode_subblock() 388 m[2] = (ff_cb2_base[cb2_idx] * rms) >> 8; in ra144_encode_subblock() 421 put_bits(pb, 7, cb2_idx); in ra144_encode_subblock() 422 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, rms, in ra144_encode_subblock()
|
D | ra144.c | 1695 int cba_idx, int cb1_idx, int cb2_idx, in ff_subblock_synthesis() argument 1709 m[2] = (ff_cb2_base[cb2_idx] * gval) >> 8; in ff_subblock_synthesis() 1716 ff_cb1_vects[cb1_idx], ff_cb2_vects[cb2_idx]); in ff_subblock_synthesis()
|
D | ra144dec.c | 55 int cb2_idx = get_bits(gb, 7); 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,
|