Lines Matching refs:ALIGN

74 		enc_ref_y_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
75 * ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN);
76 enc_ref_y_size = ALIGN(enc_ref_y_size, S5P_FIMV_NV12MT_SALIGN);
79 enc_ref_c_size = ALIGN(ctx->img_width,
81 * ALIGN(ctx->img_height >> 1,
83 enc_ref_c_size = ALIGN(enc_ref_c_size,
86 guard_width = ALIGN(ctx->img_width + 16,
88 guard_height = ALIGN((ctx->img_height >> 1) + 4,
90 enc_ref_c_size = ALIGN(guard_width * guard_height,
102 ALIGN(S5P_FIMV_DEC_NB_IP_SIZE +
109 ALIGN(S5P_FIMV_DEC_NB_DCAC_SIZE +
120 ALIGN(S5P_FIMV_DEC_OVERLAP_TRANSFORM_SIZE +
134 ALIGN(S5P_FIMV_DEC_OVERLAP_TRANSFORM_SIZE +
278 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN);
279 ctx->buf_height = ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN);
286 ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height,
288 ctx->chroma_size = ALIGN(ctx->buf_width *
289 ALIGN((ctx->img_height >> 1),
292 ctx->mv_size = ALIGN(ctx->buf_width *
293 ALIGN((ctx->buf_height >> 2),
298 ALIGN(ctx->img_width + 24, S5P_FIMV_NV12MT_HALIGN);
300 ALIGN(ctx->img_height + 16, S5P_FIMV_NV12MT_VALIGN);
301 ctx->luma_size = ALIGN(guard_width * guard_height,
305 ALIGN(ctx->img_width + 16, S5P_FIMV_NV12MT_HALIGN);
307 ALIGN((ctx->img_height >> 1) + 4,
309 ctx->chroma_size = ALIGN(guard_width * guard_height,
319 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN);
321 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN)
322 * ALIGN(ctx->img_height, S5P_FIMV_NV12M_LVALIGN);
323 ctx->chroma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN)
324 * ALIGN((ctx->img_height >> 1), S5P_FIMV_NV12M_CVALIGN);
326 ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12M_SALIGN);
328 ALIGN(ctx->chroma_size, S5P_FIMV_NV12M_SALIGN);
330 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN);
332 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
333 * ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN);
335 ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
336 * ALIGN((ctx->img_height >> 1), S5P_FIMV_NV12MT_VALIGN);
338 ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12MT_SALIGN);
340 ALIGN(ctx->chroma_size, S5P_FIMV_NV12MT_SALIGN);
554 enc_ref_y_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
555 * ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN);
556 enc_ref_y_size = ALIGN(enc_ref_y_size, S5P_FIMV_NV12MT_SALIGN);
558 enc_ref_c_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
559 * ALIGN((ctx->img_height >> 1), S5P_FIMV_NV12MT_VALIGN);
560 enc_ref_c_size = ALIGN(enc_ref_c_size, S5P_FIMV_NV12MT_SALIGN);
562 guard_width = ALIGN(ctx->img_width + 16,
564 guard_height = ALIGN((ctx->img_height >> 1) + 4,
566 enc_ref_c_size = ALIGN(guard_width * guard_height,