Searched refs:ALIGN_TO_128B (Results 1 – 3 of 3) sorted by relevance
289 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)) in FRAME_SIZE()290 + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height >> 1)); in FRAME_SIZE()339 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)); in PLANAR_FRAME_SIZE()340 *chroma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * in PLANAR_FRAME_SIZE()
81 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) macro
40 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) macro