Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daudiotoolboxdec.c466 #define COPY_SAMPLES(type) \ macro
480 COPY_SAMPLES(int32_t); in ffat_copy_samples()
482 COPY_SAMPLES(int16_t); in ffat_copy_samples()
H A Dalacenc.c92 #define COPY_SAMPLES(type) do { \ in init_sample_buffers() macro
102 COPY_SAMPLES(int32_t); in init_sample_buffers()
104 COPY_SAMPLES(int16_t); in init_sample_buffers()
H A Dflacenc.c489 #define COPY_SAMPLES(bits) do { \ in copy_samples() macro
498 COPY_SAMPLES(16); in copy_samples()
500 COPY_SAMPLES(32); in copy_samples()
H A Dwavpackenc.c2820 #define COPY_SAMPLES(type, offset, shift) do { \ in fill_buffer() macro
2828 COPY_SAMPLES(int8_t, 0x80, 0); in fill_buffer()
2831 COPY_SAMPLES(int16_t, 0, 0); in fill_buffer()
2835 COPY_SAMPLES(int32_t, 0, 8); in fill_buffer()

Completed in 9 milliseconds