Home
last modified time | relevance | path

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

/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/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/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.c89 info->segmentMapUpdate = h->h.segmentation.update_map; in vdpau_vp9_start_frame()
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()
Ddxva2_vp9.c121 (h->h.segmentation.update_map << 1) | in fill_picture_parameters()
Dvaapi_av1.c202 .update_map = frame_header->segmentation_update_map, in vaapi_av1_start_frame()
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()
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()
Ddxva2_av1.c210 pp->segmentation.update_map = frame_header->segmentation_update_map; in fill_picture_parameters()
/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.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()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h838 uint32_t update_map:1; member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c1703 priv->picture.av1.picture_parameter.seg_info.segment_info_fields.update_map = in frame_header_obu()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c852 result.frame_header_flags |= (pic->picture_parameter.seg_info.segment_info_fields.update_map in get_av1_msg()