Searched refs:SBWC_10B_STRIDE (Results 1 – 4 of 4) sorted by relevance
31 #define SBWC_10B_STRIDE(w) (160 * (((w) + 31) / 32)) macro42 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64)44 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + …
92 plane[0].byte_stride = SBWC_10B_STRIDE(w); in setup_sbwc_420_sp_10bit()97 plane[1].byte_stride = SBWC_10B_STRIDE(w); in setup_sbwc_420_sp_10bit()
29 #define SBWC_10B_STRIDE(w) (160 * (((w) + 31) / 32)) macro40 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64)42 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + …
933 byte_stride = SBWC_10B_STRIDE(w); in prepare_descriptor_exynos_formats()