Searched refs:superres_width (Results 1 – 2 of 2) sorted by relevance
132 const int superres_width = kDownscaledWidth << kSuperResScaleBits; in TestComputeSuperRes() local133 const int step = (superres_width + kUpscaledWidth / 2) / kUpscaledWidth; in TestComputeSuperRes()134 const int error = step * kUpscaledWidth - superres_width; in TestComputeSuperRes()
105 const int superres_width = downscaled_width << kSuperResScaleBits; local107 (superres_width + upscaled_width / 2) / upscaled_width;109 super_res_info_[plane].step * upscaled_width - superres_width;