Searched defs:map2PartWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dslice.cpp481 const static int map2PartWidth[5] = {16, 16, 8, 8, 8}; local
490 mblock->MbPartWidth = map2PartWidth[mb_type];
512 const static int map2PartWidth[23] = {8, 16, 16, 16, 16, 8, 16, 8, 16, 8, local
539 mblock->MbPartWidth = map2PartWidth[mb_type];

Completed in 34 milliseconds