Home
last modified time | relevance | path

Searched defs:SBWCL_8B_Y_SIZE (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h51 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h49 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro