Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c455 #define COPY_SAMPLES(type) \ macro
469 COPY_SAMPLES(int32_t); in ffat_copy_samples()
471 COPY_SAMPLES(int16_t); in ffat_copy_samples()
Dalacenc.c91 #define COPY_SAMPLES(type) do { \ in init_sample_buffers() macro
101 COPY_SAMPLES(int32_t); in init_sample_buffers()
103 COPY_SAMPLES(int16_t); in init_sample_buffers()
Dflacenc.c522 #define COPY_SAMPLES(bits) do { \ in copy_samples() macro
531 COPY_SAMPLES(16); in copy_samples()
533 COPY_SAMPLES(32); in copy_samples()
Dwavpackenc.c2816 #define COPY_SAMPLES(type, offset, shift) do { \ in fill_buffer() macro
2824 COPY_SAMPLES(int8_t, 0x80, 0); in fill_buffer()
2827 COPY_SAMPLES(int16_t, 0, 0); in fill_buffer()
2831 COPY_SAMPLES(int32_t, 0, 8); in fill_buffer()