Home
last modified time | relevance | path

Searched refs:cb2_idx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dra144enc.c272 * @param cb2_idx pointer to variable where the index of the best entry of the
276 int cba_idx, int *cb1_idx, int *cb2_idx) in fixed_cb_search()
311 ortho_cb1 ? cb1_vect : NULL, data, cb2_idx, &gain); in fixed_cb_search()
332 int cba_idx, cb1_idx, cb2_idx, gain; in ra144_encode_subblock() local
373 fixed_cb_search(work + LPC_ORDER, coefs, data, cba_idx, &cb1_idx, &cb2_idx); in ra144_encode_subblock()
376 cb2[i] = ff_cb2_vects[cb2_idx][i]; in ra144_encode_subblock()
385 m[2] = (ff_cb2_base[cb2_idx] * rms) >> 8; in ra144_encode_subblock()
418 put_bits(pb, 7, cb2_idx); in ra144_encode_subblock()
419 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, rms, 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
H A Dra144dec.c56 int cb2_idx = get_bits(gb, 7); 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 Dra144.c1695 int cba_idx, int cb1_idx, int cb2_idx, in ff_subblock_synthesis()
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()
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 Dra144.h80 int cba_idx, int cb1_idx, int cb2_idx,

Completed in 6 milliseconds