Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h107 UCHAR subsampling_y ; member
238 RK_S32 subsampling_y; // RefSubsamplingY member
H A Dvp9d_syntax.h99 USHORT subsampling_y : 1; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c94 pp->format.subsampling_y = seq->color_config.subsampling_y; in av1d_fill_picparams()
163 pp->frame_ref_state[i].subsampling_y = h->ref_s[i].subsampling_y ; in av1d_fill_picparams()
H A Dav1d_cbs.h46 RK_U8 subsampling_y; member
413 RK_S32 subsampling_y; // RefSubsamplingY member
H A Dav1d_cbs.c507 infer(subsampling_y, 1); in mpp_av1_color_config()
516 infer(subsampling_y, 0); in mpp_av1_color_config()
524 infer(subsampling_y, 1); in mpp_av1_color_config()
527 infer(subsampling_y, 0); in mpp_av1_color_config()
532 fb(1, subsampling_y); in mpp_av1_color_config()
534 infer(subsampling_y, 0); in mpp_av1_color_config()
537 infer(subsampling_y, 0); in mpp_av1_color_config()
540 if (current->subsampling_x && current->subsampling_y) { in mpp_av1_color_config()
1437 seq->color_config.subsampling_y && uses_chroma_lr) { in mpp_av1_lr_params()
1687 seq->color_config.subsampling_y == 1 && in mpp_av1_film_grain_params()
[all …]
H A Dav1d_parser.c106 seq->color_config.subsampling_y == 0) { in get_pixel_format()
110 seq->color_config.subsampling_y == 0) { in get_pixel_format()
118 seq->color_config.subsampling_y == 1) { in get_pixel_format()
692 .subsampling_y = s->sequence_header->color_config.subsampling_y, in update_reference_list()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c87 pic->subsampling_y = s->ss_v; in vp9d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1463 else if (dxva->format.subsampling_y == 1 && dxva->format.subsampling_y == 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()