Home
last modified time | relevance | path

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

/linux/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c418 u32 hprediv, vprediv; in dcmipp_byteproc_configure_scale_crop() local
442 hprediv = sink_fmt->width / compose->width; in dcmipp_byteproc_configure_scale_crop()
443 if (hprediv == 4) in dcmipp_byteproc_configure_scale_crop()
445 else if ((vpix->code == MEDIA_BUS_FMT_Y8_1X8) && (hprediv == 2)) in dcmipp_byteproc_configure_scale_crop()
447 else if (hprediv == 2) in dcmipp_byteproc_configure_scale_crop()
460 hprediv, vprediv); in dcmipp_byteproc_configure_scale_crop()