Home
last modified time | relevance | path

Searched refs:update_map (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c34 seg->update_map = s->segmentation.update_map; in vp9d_fill_segmentation()
H A Dvp9d_parser.h167 RK_U8 update_map; member
H A Dvp9d_parser.c925 s->segmentation.update_map = 0; in decode_parser_header()
929 if ((s->segmentation.update_map = mpp_get_bit1(&s->gb))) { in decode_parser_header()
949 if ((!s->segmentation.update_map || s->segmentation.temporal) && in decode_parser_header()
/rockchip-linux_mpp/mpp/common/
H A Dvp9d_syntax.h50 UCHAR update_map : 1; member
H A Dav1d_syntax.h163 UCHAR update_map ; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c230 pp->segmentation.update_map = frame_header->segmentation_update_map; in av1d_fill_picparams()
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu383.c564 mpp_put_bits(&bp, pp->stVP9Segments.update_map, 1); in prepare_uncompress_header()
933 if ((pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) || in hal_vp9d_vdpu383_gen_regs()
H A Dhal_vp9d_rkv.c345 if (pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) { in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_vdpu34x.c535 if ((pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) || in hal_vp9d_vdpu34x_gen_regs()
H A Dhal_vp9d_vdpu382.c549 if ((pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) || in hal_vp9d_vdpu382_gen_regs()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1541 mpp_put_bits(&bp, dxva->segmentation.update_map, 1); in prepare_uncompress_header()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1239 regs->swreg13.sw_segment_upd_e = dxva->segmentation.update_map; in vdpu_av1d_set_segmentation()