Home
last modified time | relevance | path

Searched refs:adapt_cb (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dra144.c1703 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx); in ff_subblock_synthesis()
1710 memmove(ractx->adapt_cb, ractx->adapt_cb + BLOCKSIZE, in ff_subblock_synthesis()
1711 (BUFFERSIZE - BLOCKSIZE) * sizeof(*ractx->adapt_cb)); in ff_subblock_synthesis()
1713 block = ractx->adapt_cb + BUFFERSIZE - BLOCKSIZE; in ff_subblock_synthesis()
H A Dra144enc.c186 * @param adapt_cb array from which the adaptive codebook is extracted
192 static int adaptive_cb_search(const int16_t *adapt_cb, float *work, in adaptive_cb_search() argument
201 create_adapt_vect(exc, adapt_cb, i); in adaptive_cb_search()
216 create_adapt_vect(exc, adapt_cb, best_vect); in adaptive_cb_search()
361 cba_idx = adaptive_cb_search(ractx->adapt_cb, work + LPC_ORDER, coefs, in ra144_encode_subblock()
370 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx + BLOCKSIZE / 2 - 1); in ra144_encode_subblock()
H A Dra144.h64 int16_t adapt_cb[146+2]; member

Completed in 5 milliseconds