Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264.h106 H264_MAX_MB_WIDTH = 1055, enumerator
108 H264_MAX_WIDTH = H264_MAX_MB_WIDTH * 16,
Dcbs_h264_syntax_template.c344 ue(pic_width_in_mbs_minus1, 0, H264_MAX_MB_WIDTH); in FUNC()