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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dslice.cpp569 int i, sub_type; local
578 sub_type = (int) sub_mb_type[i];
579 // mblock->subMbMode[i] = map2subMbMode[sub_type];
580 mblock->NumSubMbPart[i] = map2numSubPart[sub_type];
581 mblock->SubMbPartWidth[i] = map2subPartWidth[sub_type];
582 mblock->SubMbPartHeight[i] = map2subPartHeight[sub_type];
590 int i, j, sub_type; local
602 sub_type = (int) sub_mb_type[i];
603 mblock->subMbMode[i] = map2subMbMode[sub_type];
604 mblock->NumSubMbPart[i] = map2numSubPart[sub_type];
[all...]

Completed in 121 milliseconds