Home
last modified time | relevance | path

Searched refs:subsampling_x (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h106 UCHAR subsampling_x ; member
237 RK_S32 subsampling_x; // RefSubsamplingX member
H A Dvp9d_syntax.h98 USHORT subsampling_x : 1; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c93 pp->format.subsampling_x = seq->color_config.subsampling_x; in av1d_fill_picparams()
162 pp->frame_ref_state[i].subsampling_x = h->ref_s[i].subsampling_x ; in av1d_fill_picparams()
H A Dav1d_cbs.h45 RK_U8 subsampling_x; member
412 RK_S32 subsampling_x; // RefSubsamplingX member
H A Dav1d_cbs.c506 infer(subsampling_x, 1); in mpp_av1_color_config()
515 infer(subsampling_x, 0); in mpp_av1_color_config()
523 infer(subsampling_x, 1); in mpp_av1_color_config()
526 infer(subsampling_x, 0); in mpp_av1_color_config()
530 fb(1, subsampling_x); in mpp_av1_color_config()
531 if (current->subsampling_x) in mpp_av1_color_config()
536 infer(subsampling_x, 1); in mpp_av1_color_config()
540 if (current->subsampling_x && current->subsampling_y) { in mpp_av1_color_config()
1436 if (seq->color_config.subsampling_x && in mpp_av1_lr_params()
1686 (seq->color_config.subsampling_x == 1 && in mpp_av1_film_grain_params()
[all …]
H A Dav1d_parser.c105 if (seq->color_config.subsampling_x == 0 && in get_pixel_format()
109 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format()
117 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format()
691 .subsampling_x = s->sequence_header->color_config.subsampling_x, in update_reference_list()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c86 pic->subsampling_x = s->ss_h; in vp9d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1465 else if (dxva->format.subsampling_x == 1) in prepare_uncompress_header()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1927 dxva->format.subsampling_x, dxva->format.subsampling_y, in vdpu_av1d_gen_regs()