Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp12 #define MAX_MB_HEIGHT 130 macro
53 pECCtx->iMbHeight = rand() % (MAX_MB_HEIGHT - 1) + 1; //give a constrained max height in InitAndAllocInputData()