Home
last modified time | relevance | path

Searched refs:upscaled_width (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h231 RK_S32 upscaled_width; // RefUpscaledWidth member
249 UINT32 upscaled_width; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c156 pp->frame_ref_state[i].upscaled_width = h->ref_s[i].upscaled_width; in av1d_fill_picparams()
287 pp->upscaled_width = h->upscaled_width; in av1d_fill_picparams()
H A Dav1d_cbs.c899 ctx->upscaled_width = ctx->frame_width; in mpp_av1_superres_params()
900 ctx->frame_width = (ctx->upscaled_width * AV1_SUPERRES_NUM + in mpp_av1_superres_params()
966 infer(frame_width_minus_1, ref->upscaled_width - 1); in mpp_av1_frame_size_with_refs()
971 ctx->upscaled_width = ref->upscaled_width; in mpp_av1_frame_size_with_refs()
972 ctx->frame_width = ctx->upscaled_width; in mpp_av1_frame_size_with_refs()
1803 ctx->upscaled_width = ref->upscaled_width; in mpp_av1_uncompressed_header()
1813 infer(frame_width_minus_1, ref->upscaled_width - 1); in mpp_av1_uncompressed_header()
1964 ctx->upscaled_width == ctx->frame_width) in mpp_av1_uncompressed_header()
2088 ctx->frame_width == ctx->upscaled_width; in mpp_av1_uncompressed_header()
2125 ctx->frame_width, ctx->frame_height, ctx->upscaled_width, in mpp_av1_uncompressed_header()
H A Dav1d_parser.h111 RK_S32 upscaled_width; member
H A Dav1d_cbs.h406 RK_S32 upscaled_width; // RefUpscaledWidth member
H A Dav1d_parser.c685 .upscaled_width = s->upscaled_width, in update_reference_list()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1128 width = (dxva->upscaled_width * SCALE_NUMERATOR + in vdpu_av1d_superres_params()
1131 RK_U32 min_w = MPP_MIN(16, dxva->upscaled_width); in vdpu_av1d_superres_params()
1133 if (width == dxva->upscaled_width) { in vdpu_av1d_superres_params()
1144 RK_S32 upscaledLumaPlaneW = dxva->upscaled_width; in vdpu_av1d_superres_params()
1223 regs->swreg8.sw_superres_pic_width = dxva->upscaled_width; in vdpu_av1d_set_picture_dimensions()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1490 mpp_put_bits(&bp, dxva->upscaled_width, 16); in prepare_uncompress_header()
1716 mpp_put_bits(&bp, dxva->frame_ref_state[i].upscaled_width, 16); in prepare_uncompress_header()