Searched refs:enc_ref_y_size (Results 1 – 1 of 1) sorted by relevance
64 unsigned int enc_ref_y_size = 0; in s5p_mfc_alloc_codec_buffers_v5() local74 enc_ref_y_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN) in s5p_mfc_alloc_codec_buffers_v5()76 enc_ref_y_size = ALIGN(enc_ref_y_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_alloc_codec_buffers_v5()94 enc_ref_y_size, enc_ref_c_size); in s5p_mfc_alloc_codec_buffers_v5()142 ctx->bank1.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()147 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()152 ctx->bank1.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()156 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()160 ctx->bank1.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()163 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()[all …]