Searched refs:map2PartWidth (Results 1 – 1 of 1) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | slice.cpp | 480 const static int map2PartWidth[5] = {16, 16, 8, 8, 8}; in InterpretMBModeP() local 489 mblock->MbPartWidth = map2PartWidth[mb_type]; in InterpretMBModeP() 511 const static int map2PartWidth[23] = {8, 16, 16, 16, 16, 8, 16, 8, 16, 8, in InterpretMBModeB() local 538 mblock->MbPartWidth = map2PartWidth[mb_type]; in InterpretMBModeB()
|