Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c58 unsigned int horizontal_decimation,
63 unsigned int horizontal_decimation,
690 unsigned int horizontal_decimation, in frame_init_nv_planes() argument
703 assert(horizontal_decimation != 0 && vertical_decimation != 0); in frame_init_nv_planes()
705 uv_width = 2 * (y_width / horizontal_decimation); in frame_init_nv_planes()
728 unsigned int horizontal_decimation, in frame_init_yuv_planes() argument
735 uv_width = y_width / horizontal_decimation, in frame_init_yuv_planes()