Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dresize.c1237 const int upscaled_x0 = (downscaled_x0 * superres_denom) / SCALE_NUMERATOR; in av1_upscale_normative_rows() local
1249 uint8_t *const dst_ptr = dst + upscaled_x0; in av1_upscale_normative_rows()
1250 const int dst_width = upscaled_x1 - upscaled_x0; in av1_upscale_normative_rows()