Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispresizer.c692 * ih = (32 * spv + (oh - 1) * vrsz + 16) >> 8 + 4
695 * ih = (64 * spv + (oh - 1) * vrsz + 32) >> 8 + 7
724 * vrsz = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / (oh - 1)
727 * vrsz = ((ih - 7) * 256 + 255 - 32 - 64 * spv) / (oh - 1)
751 * min oh = ((ih - 7) * 256 - 32 - 64 * spv) / 1024 + 1
757 * max oh = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1
783 const unsigned int spv = DEFAULT_PHASE; in resizer_calc_ratios() local
799 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1; in resizer_calc_ratios()
801 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1; in resizer_calc_ratios()
805 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) in resizer_calc_ratios()
1185 const unsigned int spv = DEFAULT_PHASE; resizer_try_crop() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c695 * ih = (32 * spv + (oh - 1) * vrsz + 16) >> 8 + 4
698 * ih = (64 * spv + (oh - 1) * vrsz + 32) >> 8 + 7
727 * vrsz = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / (oh - 1)
730 * vrsz = ((ih - 7) * 256 + 255 - 32 - 64 * spv) / (oh - 1)
754 * min oh = ((ih - 7) * 256 - 32 - 64 * spv) / 1024 + 1
760 * max oh = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1
786 const unsigned int spv = DEFAULT_PHASE; in resizer_calc_ratios() local
802 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1; in resizer_calc_ratios()
804 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1; in resizer_calc_ratios()
808 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) in resizer_calc_ratios()
1188 const unsigned int spv = DEFAULT_PHASE; resizer_try_crop() local
[all...]

Completed in 4 milliseconds