Searched refs:frame_mbs_only (Results 1 – 1 of 1) sorted by relevance
195 uint32_t frame_mbs_only = bitreader.Read(1); in ParseAvcSpropParam() local198 pInfo->nHeight = (2 - frame_mbs_only) * (pic_height_in_map_units_minus1 * 16 + 16); in ParseAvcSpropParam()200 if (!frame_mbs_only) in ParseAvcSpropParam()221 cropY = 2 - frame_mbs_only; in ParseAvcSpropParam()228 cropY = subHeightC * (2 - frame_mbs_only); in ParseAvcSpropParam()521 uint32_t frame_mbs_only = bitreader.Read(1); in ParseAvcSps() local524 pInfo->nHeight = (2 - frame_mbs_only) * (pic_height_in_map_units_minus1 * 16 + 16); in ParseAvcSps()526 if (!frame_mbs_only) in ParseAvcSps()544 cropY = 2 - frame_mbs_only; in ParseAvcSps()551 cropY = subHeightC * (2 - frame_mbs_only); in ParseAvcSps()