Searched refs:upscaled_width (Results 1 – 6 of 6) sorted by relevance
462 u32 upscaled_width; member595 u32 upscaled_width; member920 cur_frame_info->upscaled_width = uh->upscaled_width; in vdec_av1_slice_setup_slot()1321 uh->upscaled_width = ctrl_fh->upscaled_width; in vdec_av1_slice_setup_uh()1439 u32 ref_upscaled_width = ref_frame_info->upscaled_width; in vdec_av1_slice_setup_scale_factors()1767 instance->width = vsi->frame.uh.upscaled_width; in vdec_av1_slice_update_lat()1800 w = vsi->frame.uh.upscaled_width; in vdec_av1_slice_setup_core_buffer()
787 unsigned int upscaled_width; in resizer_calc_ratios() local887 upscaled_width = (output->width - 1) * ratio->horz in resizer_calc_ratios()889 width = (upscaled_width >> 8) + 7; in resizer_calc_ratios()891 upscaled_width = (output->width - 1) * ratio->horz in resizer_calc_ratios()893 width = (upscaled_width >> 8) + 7; in resizer_calc_ratios()
200 __entry->f.upscaled_width,
1478 int min_w = min_t(uint32_t, 16, frame->upscaled_width); in rockchip_vpu981_av1_dec_set_superres_params()1492 width = (frame->upscaled_width * SCALE_NUMERATOR + in rockchip_vpu981_av1_dec_set_superres_params()1498 if (width == frame->upscaled_width) in rockchip_vpu981_av1_dec_set_superres_params()1502 upscaled_luma = frame->upscaled_width; in rockchip_vpu981_av1_dec_set_superres_params()1540 hantro_reg_write(vpu, &av1_superres_pic_width, frame->upscaled_width); in rockchip_vpu981_av1_dec_set_superres_params()
3378 __u32 upscaled_width; member
3851 - ``upscaled_width``
Completed in 35 milliseconds