Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dslice.cpp572 const static int map2subPartHeight[4] = {8, 4, 8, 4}; in InterpretSubMBModeP() local
581 mblock->SubMbPartHeight[i] = map2subPartHeight[sub_type]; in InterpretSubMBModeP()
595 const static int map2subPartHeight[13] = {4, 8, 8, 8, 4, 8, 4, 8, 4, 8, 4, 4, 4}; in InterpretSubMBModeB() local
605 mblock->SubMbPartHeight[i] = map2subPartHeight[sub_type]; in InterpretSubMBModeB()