Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264.h92 H264_MAX_MMCO_COUNT = H264_MAX_REFS * 2 + 3, enumerator
Dcbs_h264.h351 } mmco[H264_MAX_MMCO_COUNT];
Dcbs_h264_syntax_template.c902 for (i = 0; i < H264_MAX_MMCO_COUNT; i++) { in FUNC()
928 if (i == H264_MAX_MMCO_COUNT) { in FUNC()