Home
last modified time | relevance | path

Searched refs:FIFOSIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddsd.h31 #define FIFOSIZE 16 /** must be a power of two */ macro
32 #define FIFOMASK (FIFOSIZE - 1) /** bit mask for FIFO offsets */
34 #if FIFOSIZE * 8 < HTAPS * 2
35 #error "FIFOSIZE too small"
42 uint8_t buf[FIFOSIZE];
H A Ddsd.c99 uint8_t buf[FIFOSIZE]; in ff_dsd2pcm_translate()

Completed in 1 milliseconds