Home
last modified time | relevance | path

Searched defs:uiMbHeight (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp112 uint32_t uiMbHeight = (kiPicHeight + 15) >> 4; in AllocPicture() local
172 uint32_t uiMbHeight = (pPic->iHeightInPixel + 15) >> 4; in FreePicture() local
Ddecoder_core.cpp231 uint32_t uiMbHeight = (pCtx->pDec->iHeightInPixel + 15) >> 4; in DecodeFrameConstruction() local
2574 uint32_t uiMbHeight = (pCtx->pDec->iHeightInPixel + 15) >> 4; in DecodeCurrentAccessUnit() local
/third_party/openh264/test/api/
Dencode_options_test.cpp243 unsigned int uiMbHeight = 0; in SliceParamValidationForMode2() local
279 unsigned int uiMbHeight = 0; in SliceParamValidationForMode3() local