Home
last modified time | relevance | path

Searched defs:H263_GOB_HEIGHT (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh263.h28 #define H263_GOB_HEIGHT(h) ((h) <= 400 ? 1 : (h) <= 800 ? 2 : 4) macro

Completed in 1 milliseconds