Home
last modified time | relevance | path

Searched refs:update_map (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/extras/
H A Dquality_estimate.c81 const int update_map = GET_BIT(1); in VP8EstimateQuality() local
94 if (update_map) { in VP8EstimateQuality()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c282 update_map(struct i915_context *i915, uint32_t unit, in update_map() function
363 update_map(i915, unit, texture, /* texture */ in update_samplers()
/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h133 uint8_t update_map; member
H A Dvp8.h181 uint8_t update_map; member
H A Dnvdec_vp9.c88 .segmentMapUpdate = h->h.segmentation.update_map, in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c69 .segmentation_update_map = h->h.segmentation.update_map, in vaapi_vp9_start_frame()
H A Dvaapi_vp8.c61 .update_mb_segmentation_map = s->segmentation.update_map, in vaapi_vp8_start_frame()
H A Dvdpau_vp9.c89 info->segmentMapUpdate = h->h.segmentation.update_map; in vdpau_vp9_start_frame()
H A Dvp8.c272 s->segmentation.update_map = vp8_rac_get(c); in parse_segment_info()
284 if (s->segmentation.update_map) in parse_segment_info()
632 s->segmentation.update_map = 0; in vp7_decode_frame_header()
793 s->segmentation.update_map = 0; // FIXME: move this to some init function? in vp8_decode_frame_header()
1271 } else if (s->segmentation.update_map) { in decode_mb_mode()
2403 !s->segmentation.update_map) in decode_mb_row_no_filter()
2761 !s->segmentation.update_map) in vp78_decode_frame()
H A Ddxva2_vp9.c121 (h->h.segmentation.update_map << 1) | in fill_picture_parameters()
H A Dvaapi_av1.c202 .update_map = frame_header->segmentation_update_map, in vaapi_av1_start_frame()
H A Dvp9block.c102 b->seg_id = !s->s.h.segmentation.update_map ? 0 : in decode_mode()
104 } else if (!s->s.h.segmentation.update_map || in decode_mode()
136 (s->s.h.segmentation.update_map || s->s.h.keyframe || s->s.h.intraonly)) { in decode_mode()
H A Dvp9.c693 if ((s->s.h.segmentation.update_map = get_bits1(&s->gb))) { in decode_frame_header()
1561 (!s->s.h.segmentation.enabled || !s->s.h.segmentation.update_map); in vp9_decode_frame()
1851 s->s.h.segmentation.update_map = ssrc->s.h.segmentation.update_map; in vp9_decode_update_thread_context()
H A Ddxva2_av1.c210 pp->segmentation.update_map = frame_header->segmentation_update_map; in fill_picture_parameters()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier.c404 static void update_map(int fd, int index) in update_map() function
685 update_map(map_fds[3], 0); in do_test_fixup()
774 update_map(map_fds[14], 0); in do_test_fixup()
784 update_map(map_fds[15], 0); in do_test_fixup()
793 update_map(map_fds[16], 0); in do_test_fixup()
/third_party/glfw/examples/
H A Dheightmap.c307 static void update_map(int num_iter) in update_map() function
501 update_map(NUM_ITER_AT_A_TIME); in main()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c261 int update_map, update_data; in ParseLossySegmentHeader() local
262 GET_BITS(update_map, 1); in ParseLossySegmentHeader()
266 update_map, update_data); in ParseLossySegmentHeader()
288 if (update_map) { in ParseLossySegmentHeader()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_verifier.c567 static void update_map(int fd, int index) in update_map() function
1075 update_map(map_fds[3], 0); in do_test_fixup()
1164 update_map(map_fds[14], 0); in do_test_fixup()
1174 update_map(map_fds[15], 0); in do_test_fixup()
1183 update_map(map_fds[16], 0); in do_test_fixup()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_av1.c205 context->desc.av1.picture_parameter.seg_info.segment_info_fields.update_map = in vlVaHandlePictureParameterBufferAV1()
206 av1->seg_info.segment_info_fields.bits.update_map; in vlVaHandlePictureParameterBufferAV1()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c767 bool intra_only, bool update_map) in config_seg_map()
786 if (update_map) in config_seg_map()
765 config_seg_map(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp9_frame *dec_params, bool intra_only, bool update_map) config_seg_map() argument
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h838 uint32_t update_map:1; member
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_struct_ops.c862 .update_map = bpf_struct_ops_map_link_update,
H A Dsyscall.c5046 ret = link->ops->update_map(link, new_map, old_map); in link_update_map()
5075 if (link->ops->update_map) { in link_update()
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c388 u8 update_map; member
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c388 u8 update_map; member

Completed in 40 milliseconds

12