Searched refs:frame_width (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 310 RK_U8 ref_uses_scaling = ctx->frame_width != ctx->ref_s[ref].frame_width || in global_motion_params() 686 .frame_width = s->frame_width, in update_reference_list() 759 mpp_frame_set_width(frame->f, s->frame_width); in get_current_frame() 768 mpp_frame_set_hor_stride(frame->f, MPP_ALIGN(s->frame_width * s->bit_depth / 8, 8)); in get_current_frame() 770 mpp_frame_set_hor_stride(frame->f, MPP_ALIGN(s->frame_width, 8)); in get_current_frame()
|
| H A D | av1d_parser2_syntax.c | 28 pp->width = h->frame_width; in av1d_fill_picparams() 157 pp->frame_ref_state[i].frame_width = h->ref_s[i].frame_width ; in av1d_fill_picparams()
|
| H A D | av1d_parser.h | 109 RK_S32 frame_width; member
|
| H A D | av1d_cbs.c | 899 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() 919 ctx->frame_width = current->frame_width_minus_1 + 1; in mpp_av1_frame_size() 972 ctx->frame_width = ctx->upscaled_width; in mpp_av1_frame_size_with_refs() 1015 mi_cols = 2 * ((ctx->frame_width + 7) >> 3); in mpp_av1_tile_info() 1804 ctx->frame_width = ref->frame_width; 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 D | av1d_cbs.h | 407 RK_S32 frame_width; // RefFrameWidth member
|
| /rockchip-linux_mpp/mpp/hal/rkenc/jpege/ |
| H A D | hal_jpege_vepu511.c | 310 RK_U32 frame_width = ctx->cfg->prep.width; in hal_jpege_vepu511_set_roi() local 332 region->x + region->w > frame_width || in hal_jpege_vepu511_set_roi() 336 region->h, frame_width, frame_height); in hal_jpege_vepu511_set_roi()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_vdpu1.c | 377 RK_U32 frame_width = 0, frame_height = 0, offset = 0; in set_regs_parameters() local 378 frame_width = (p_syn->pp.horizontalSize + 15) >> 4; in set_regs_parameters() 383 offset = MPP_ALIGN(frame_width * frame_height / 2, 2) * 16; in set_regs_parameters()
|
| H A D | hal_avsd_vdpu2.c | 370 RK_U32 frame_width = 0, frame_height = 0, offset = 0; in set_regs_parameters() local 371 frame_width = (p_syn->pp.horizontalSize + 15) >> 4; in set_regs_parameters() 376 offset = MPP_ALIGN(frame_width * frame_height / 2, 2) * 16; in set_regs_parameters()
|
| H A D | hal_avsd_plus.c | 463 RK_U32 frame_width = 0, frame_height = 0, offset = 0; in set_regs_parameters() local 464 frame_width = (p_syn->pp.horizontalSize + 15) >> 4; in set_regs_parameters() 469 offset = MPP_ALIGN(frame_width * frame_height / 2, 2) * 16; in set_regs_parameters()
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 241 RK_U32 frame_width; member
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | av1d_syntax.h | 232 RK_S32 frame_width; // RefFrameWidth member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/av1d/ |
| H A D | hal_av1d_vdpu383.c | 1722 mpp_put_bits(&bp, dxva->frame_ref_state[i].frame_width, 16); in prepare_uncompress_header() 1744 mapped_frame_width[mapped_idx] = dxva->frame_ref_state[mapped_idx].frame_width; in prepare_uncompress_header()
|