Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-image-convert.c993 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off, tmp; in calc_tile_offsets_planar() local
1015 uv_col_off = y_col_off / fmt->uv_width_dec; in calc_tile_offsets_planar()
1017 uv_col_off *= 2; in calc_tile_offsets_planar()
1020 uv_off = uv_row_off + uv_col_off; in calc_tile_offsets_planar()