Home
last modified time | relevance | path

Searched defs:uiNeighborIntra (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dmb_cache.h118 uint8_t uiNeighborIntra; // LEFT_MB_POS:0x01, TOP_MB_POS:0x02, TOPLEFT_MB_POS = 0x04 ,TOPRIGHT… member
/third_party/openh264/codec/encoder/core/src/
Dmd.cpp53 uint32_t uiNeighborIntra = 0; in FillNeighborCacheIntra() local