Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.c907 s->segmentation.update_map = 0; in decode_parser_header()
911 if ((s->segmentation.update_map = mpp_get_bit1(&s->gb))) { in decode_parser_header()
931 if ((!s->segmentation.update_map || s->segmentation.temporal) && in decode_parser_header()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_verifier.c403 static void update_map(int fd, int index) in update_map() function
683 update_map(map_fds[3], 0); in do_test_fixup()
772 update_map(map_fds[14], 0); in do_test_fixup()
782 update_map(map_fds[15], 0); in do_test_fixup()
791 update_map(map_fds[16], 0); in do_test_fixup()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dvp9d_syntax.h50 UCHAR update_map : 1; member
H A Dav1d_syntax.h159 UCHAR update_map ; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_fwdef.h294 u32 update_map; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_fwdef.h294 u32 update_map; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c214 pp->segmentation.update_map = frame_header->segmentation_update_map; in av1d_fill_picparams()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c344 if (pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) { in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_vdpu382.c542 if ((pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) || in hal_vp9d_vdpu382_gen_regs()
H A Dhal_vp9d_vdpu34x.c528 if ((pic_param->stVP9Segments.enabled && pic_param->stVP9Segments.update_map) || in hal_vp9d_vdpu34x_gen_regs()
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c388 u8 update_map; member
/OK3568_Linux_fs/external/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()