Searched refs:upscaled_width (Results 1 – 7 of 7) sorted by relevance
896 ctx->upscaled_width = ctx->frame_width; in mpp_av1_superres_params()897 ctx->frame_width = (ctx->upscaled_width * AV1_SUPERRES_NUM + in mpp_av1_superres_params()963 infer(frame_width_minus_1, ref->upscaled_width - 1); in mpp_av1_frame_size_with_refs()968 ctx->upscaled_width = ref->upscaled_width; in mpp_av1_frame_size_with_refs()969 ctx->frame_width = ctx->upscaled_width; in mpp_av1_frame_size_with_refs()1785 ctx->upscaled_width = ref->upscaled_width; in mpp_av1_uncompressed_header()1795 infer(frame_width_minus_1, ref->upscaled_width - 1); in mpp_av1_uncompressed_header()1946 ctx->upscaled_width == ctx->frame_width) in mpp_av1_uncompressed_header()2069 ctx->frame_width == ctx->upscaled_width; in mpp_av1_uncompressed_header()2106 ctx->frame_width, ctx->frame_height, ctx->upscaled_width, in mpp_av1_uncompressed_header()[all …]
107 RK_S32 upscaled_width; member
267 pp->upscaled_width = h->upscaled_width; in av1d_fill_picparams()
403 RK_S32 upscaled_width; // RefUpscaledWidth member
785 unsigned int upscaled_width; in resizer_calc_ratios() local885 upscaled_width = (output->width - 1) * ratio->horz in resizer_calc_ratios()887 width = (upscaled_width >> 8) + 7; in resizer_calc_ratios()889 upscaled_width = (output->width - 1) * ratio->horz in resizer_calc_ratios()891 width = (upscaled_width >> 8) + 7; in resizer_calc_ratios()
218 UINT32 upscaled_width; member
1128 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()