Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c44 unsigned int horizontal_decimation,
49 unsigned int horizontal_decimation,
494 unsigned int horizontal_decimation, in frame_init_nv_planes() argument
507 assert(horizontal_decimation != 0 && vertical_decimation != 0); in frame_init_nv_planes()
509 uv_width = 2 * (y_width / horizontal_decimation); in frame_init_nv_planes()
532 unsigned int horizontal_decimation, in frame_init_yuv_planes() argument
539 uv_width = y_width / horizontal_decimation, in frame_init_yuv_planes()