Searched refs:downscaled_x0 (Results 1 – 1 of 1) sorted by relevance
1245 const int downscaled_x0 = tile_col.mi_col_start << (MI_SIZE_LOG2 - ss_x); in av1_upscale_normative_rows() local1247 const int src_width = downscaled_x1 - downscaled_x0; in av1_upscale_normative_rows()1249 const int upscaled_x0 = (downscaled_x0 * superres_denom) / SCALE_NUMERATOR; in av1_upscale_normative_rows()1260 const uint8_t *const src_ptr = src + downscaled_x0; in av1_upscale_normative_rows()