Searched refs:horizontalBlockNum (Results 1 – 1 of 1) sorted by relevance
186 Range horizontalBlockNum = horizontalBlockRange_.Intersect( in GetVideoWidthRangeForHeight() local189 Range((horizontalBlockNum.minVal - 1) * blockWidth_ + data_->alignment.width, in GetVideoWidthRangeForHeight()190 horizontalBlockNum.maxVal * blockWidth_)); in GetVideoWidthRangeForHeight()204 int64_t horizontalBlockNum = static_cast<int64_t>(DivCeil(width, blockWidth_)); in GetVideoHeightRangeForWidth() local205 …if (horizontalBlockNum < horizontalBlockRange_.minVal || horizontalBlockNum > horizontalBlockRange… in GetVideoHeightRangeForWidth()209 …Range(blockPerFrameRange_.minVal / horizontalBlockNum, blockPerFrameRange_.maxVal / horizontalBloc… in GetVideoHeightRangeForWidth()