Home
last modified time | relevance | path

Searched refs:superres_width (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/src/dsp/
Dsuper_res_test.cc132 const int superres_width = kDownscaledWidth << kSuperResScaleBits; in TestComputeSuperRes() local
133 const int step = (superres_width + kUpscaledWidth / 2) / kUpscaledWidth; in TestComputeSuperRes()
134 const int error = step * kUpscaledWidth - superres_width; in TestComputeSuperRes()
/external/libgav1/src/post_filter/
Dpost_filter.cc105 const int superres_width = downscaled_width << kSuperResScaleBits; local
107 (superres_width + upscaled_width / 2) / upscaled_width;
109 super_res_info_[plane].step * upscaled_width - superres_width;