Searched refs:luma_size (Results 1 – 2 of 2) sorted by relevance
71 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v5()286 ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height, in s5p_mfc_dec_calc_dpb_size_v5()301 ctx->luma_size = ALIGN(guard_width * guard_height, in s5p_mfc_dec_calc_dpb_size_v5()321 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()326 ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12M_SALIGN); in s5p_mfc_enc_calc_src_size_v5()332 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN) in s5p_mfc_enc_calc_src_size_v5()338 ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_enc_calc_src_size_v5()466 frame_size_lu = ctx->luma_size; in s5p_mfc_set_dec_frame_buffer_v5()
951 u32 luma_size, chroma_size; in enc_scratch2_size() local984 luma_size = ref_buf_height * ref_stride; in enc_scratch2_size()988 luma_size = (luma_size + (SZ_4K - 1)) & (~(SZ_4K - 1)); in enc_scratch2_size()990 ref_buf_size = luma_size + chroma_size; in enc_scratch2_size()