Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dpic_queue.cpp111 uint32_t uiMbWidth = (kiPicWidth + 15) >> 4; in AllocPicture() local
113 uint32_t uiMbCount = uiMbWidth * uiMbHeight; in AllocPicture()
/third_party/openh264/test/api/
Dencode_options_test.cpp242 unsigned int uiMbWidth = 0; in SliceParamValidationForMode2() local
249 uiMbWidth = (param_.iPicWidth + 15) >> 4; in SliceParamValidationForMode2()
251 uiMbNumInFrame = uiMbWidth * uiMbHeight; in SliceParamValidationForMode2()