Searched refs:enc_ref_y_size (Results 1 – 1 of 1) sorted by relevance
67 unsigned int enc_ref_y_size = 0; in s5p_mfc_alloc_codec_buffers_v5() local77 enc_ref_y_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN) in s5p_mfc_alloc_codec_buffers_v5()79 enc_ref_y_size = ALIGN(enc_ref_y_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_alloc_codec_buffers_v5()97 enc_ref_y_size, enc_ref_c_size); in s5p_mfc_alloc_codec_buffers_v5()145 ctx->bank1.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()150 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()155 ctx->bank1.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()159 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()163 ctx->bank1.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()166 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5()[all …]