Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c72 #define MAXIMUM_LONG_BIT_RUN 4129 macro
491 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN) in unpack_superblocks()
525 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN) in unpack_superblocks()
1112 if (run_length == MAXIMUM_LONG_BIT_RUN) in unpack_block_qpis()