Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c896 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 …]
H A Dav1d_parser.h107 RK_S32 upscaled_width; member
H A Dav1d_parser2_syntax.c267 pp->upscaled_width = h->upscaled_width; in av1d_fill_picparams()
H A Dav1d_cbs.h403 RK_S32 upscaled_width; // RefUpscaledWidth member
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispresizer.c785 unsigned int upscaled_width; in resizer_calc_ratios() local
885 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()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dav1d_syntax.h218 UINT32 upscaled_width; member
/OK3568_Linux_fs/external/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()