Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c81 const int update_map = GET_BIT(1); in VP8EstimateQuality() local
94 if (update_map) { in VP8EstimateQuality()
/third_party/skia/third_party/externals/libwebp/extras/
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/
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/
Dvp9shared.h133 uint8_t update_map; member
Dvp8.h181 uint8_t update_map; member
Dvaapi_vp9.c69 .segmentation_update_map = h->h.segmentation.update_map, in vaapi_vp9_start_frame()
Dnvdec_vp9.c88 .segmentMapUpdate = h->h.segmentation.update_map, in nvdec_vp9_start_frame()
Dvaapi_vp8.c61 .update_mb_segmentation_map = s->segmentation.update_map, in vaapi_vp8_start_frame()
Dvdpau_vp9.c90 info->segmentMapUpdate = h->h.segmentation.update_map; in vdpau_vp9_start_frame()
Dvaapi_av1.c116 .update_map = frame_header->segmentation_update_map, in vaapi_av1_start_frame()
Ddxva2_vp9.c119 (h->h.segmentation.update_map << 1) | in fill_picture_parameters()
Dvp8.c268 s->segmentation.update_map = vp8_rac_get(c); in parse_segment_info()
280 if (s->segmentation.update_map) in parse_segment_info()
628 s->segmentation.update_map = 0; in vp7_decode_frame_header()
789 s->segmentation.update_map = 0; // FIXME: move this to some init function? in vp8_decode_frame_header()
1267 } else if (s->segmentation.update_map) { in decode_mb_mode()
2399 !s->segmentation.update_map) in decode_mb_row_no_filter()
2757 !s->segmentation.update_map) in vp78_decode_frame()
Dvp9block.c104 b->seg_id = !s->s.h.segmentation.update_map ? 0 : in decode_mode()
106 } else if (!s->s.h.segmentation.update_map || in decode_mode()
138 (s->s.h.segmentation.update_map || s->s.h.keyframe || s->s.h.intraonly)) { in decode_mode()
Dvp9.c696 if ((s->s.h.segmentation.update_map = get_bits1(&s->gb))) { in decode_frame_header()
1562 (!s->s.h.segmentation.enabled || !s->s.h.segmentation.update_map); in vp9_decode_frame()
1863 s->s.h.segmentation.update_map = ssrc->s.h.segmentation.update_map; in vp9_decode_update_thread_context()
Ddxva2_av1.c208 pp->segmentation.update_map = frame_header->segmentation_update_map; in fill_picture_parameters()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp9parser.c278 seg->update_map = FALSE; in parse_segmentation()
286 seg->update_map = gst_vp9_read_bit (br); in parse_segmentation()
287 if (seg->update_map) { in parse_segmentation()
453 if (info->update_map) { in segmentation_save()
Dgstvp9parser.h331 guint8 update_map; member
/third_party/flutter/glfw/examples/
Dheightmap.c305 static void update_map(int num_iter) in update_map() function
499 update_map(NUM_ITER_AT_A_TIME); in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
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()
/third_party/skia/third_party/externals/libwebp/examples/
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()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c202 context->desc.av1.picture_parameter.seg_info.segment_info_fields.update_map = in vlVaHandlePictureParameterBufferAV1()
203 av1->seg_info.segment_info_fields.bits.update_map; in vlVaHandlePictureParameterBufferAV1()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp271 UCHAR update_map:1; member
1024 pic_params->segmentation.update_map = in gst_d3d11_av1_dec_start_picture()
Dgstd3d11vp9dec.cpp634 params->stVP9Segments.update_map = sp->segmentation_update_map; in gst_d3d11_vp9_dec_copy_segmentation_params()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h811 uint32_t update_map:1; member
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc2206 void MoveUpdatesToFailedSet(UpdateMap* update_map, in MoveUpdatesToFailedSet() argument
2208 for (const auto& p : *update_map) { in MoveUpdatesToFailedSet()
2211 update_map->clear(); in MoveUpdatesToFailedSet()

12