Home
last modified time | relevance | path

Searched refs:uv_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c993 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off, tmp; in calc_tile_offsets_planar() local
1020 uv_off = uv_row_off + uv_col_off; in calc_tile_offsets_planar()
1022 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c992 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off; in calc_tile_offsets_planar() local
1019 uv_off = uv_row_off + uv_col_off; in calc_tile_offsets_planar()
1021 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()

Completed in 7 milliseconds