Searched refs:chroma_size (Results 1 – 5 of 5) sorted by relevance
71 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v5()288 ctx->chroma_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5()309 ctx->chroma_size = ALIGN(guard_width * guard_height, in s5p_mfc_dec_calc_dpb_size_v5()323 ctx->chroma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()327 ctx->chroma_size = in s5p_mfc_enc_calc_src_size_v5()328 ALIGN(ctx->chroma_size, S5P_FIMV_NV12M_SALIGN); in s5p_mfc_enc_calc_src_size_v5()334 ctx->chroma_size = in s5p_mfc_enc_calc_src_size_v5()339 ctx->chroma_size = in s5p_mfc_enc_calc_src_size_v5()340 ALIGN(ctx->chroma_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_enc_calc_src_size_v5()467 frame_size_ch = ctx->chroma_size; in s5p_mfc_set_dec_frame_buffer_v5()
358 ctx->chroma_size); in s5p_mfc_handle_frame_new()
951 u32 luma_size, chroma_size; in enc_scratch2_size() local987 chroma_size = ref_stride * ref_chroma_height_bytes; in enc_scratch2_size()989 chroma_size = (chroma_size + (SZ_4K - 1)) & (~(SZ_4K - 1)); in enc_scratch2_size()990 ref_buf_size = luma_size + chroma_size; in enc_scratch2_size()
800 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local802 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()810 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
1174 plane_size->chroma_size.x = 0; in amdgpu_dm_plane_fill_plane_buffer_attributes()1175 plane_size->chroma_size.y = 0; in amdgpu_dm_plane_fill_plane_buffer_attributes()1177 plane_size->chroma_size.width = fb->width / 2; in amdgpu_dm_plane_fill_plane_buffer_attributes()1178 plane_size->chroma_size.height = fb->height / 2; in amdgpu_dm_plane_fill_plane_buffer_attributes()