Searched refs:upscaled_x0 (Results 1 – 1 of 1) sorted by relevance
1237 const int upscaled_x0 = (downscaled_x0 * superres_denom) / SCALE_NUMERATOR; in av1_upscale_normative_rows() local1249 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()