Home
last modified time | relevance | path

Searched refs:ff_copy_and_dup (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dra144.c1530 void ff_copy_and_dup(int16_t *target, const int16_t *source, int offset) in ff_copy_and_dup() function
1703 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx); in ff_subblock_synthesis()
Dra144.h69 void ff_copy_and_dup(int16_t *target, const int16_t *source, int offset);
Dra144enc.c373 ff_copy_and_dup(ractx->buffer_a, ractx->adapt_cb, cba_idx + BLOCKSIZE / 2 - 1); in ra144_encode_subblock()