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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_seg_common.h40 uint8_t update_map; member in struct:segmentation
/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h40 uint8_t update_map; member in struct:segmentation
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_sampler.c61 static void update_map(struct i915_context *i915,
163 update_map(i915,
294 static void update_map(struct i915_context *i915, function
355 update_map(i915,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c61 static void update_map(struct i915_context *i915,
163 update_map(i915,
294 static void update_map(struct i915_context *i915, function
355 update_map(i915,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_segmentation.c24 seg->update_map = 1;
30 seg->update_map = 0;
281 seg->update_map = 0;
H A Dvp9_bitstream.c185 if (seg->enabled && seg->update_map)
241 if (seg->update_map) {
341 if (seg->update_map)
753 vp9_wb_write_bit(wb, seg->update_map);
754 if (seg->update_map) {
H A Dvp9_encoder.c302 seg->update_map = 0;
315 seg->update_map = 0;
330 seg->update_map = 1;
351 seg->update_map = 0;
377 seg->update_map = 0;
408 seg->update_map = 0;
2147 seg->update_map = 1;
2307 if (cm->seg.update_map)
2354 cm->seg.update_map = 0;
2482 cm->seg.update_map ||
[all...]
H A Dvp9_encodeframe.c178 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
536 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
750 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map
767 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map
1683 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) {
2424 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map)
2945 if ((oxcf->aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c24 seg->update_map = 1;
40 seg->update_map = 1;
297 seg->update_map = 0;
H A Dvp9_bitstream.c187 if (seg->enabled && seg->update_map)
244 if (seg->update_map) {
344 if (seg->update_map)
753 vp9_wb_write_bit(wb, seg->update_map);
754 if (seg->update_map) {
H A Dvp9_onyx_if.c260 seg->update_map = 0;
273 seg->update_map = 0;
288 seg->update_map = 1;
308 seg->update_map = 0;
333 seg->update_map = 0;
364 seg->update_map = 0;
2542 seg->update_map = 1;
2673 if (cm->seg.update_map)
2741 cm->seg.update_map = 0;
2855 cm->seg.update_map ||
[all...]
H A Dvp9_encodeframe.c255 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
847 const uint8_t *const map = seg->update_map ? cpi->segmentation_map
1027 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map
1052 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map
2013 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) {
2457 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) {
3047 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c112 if (!seg->update_map)
132 if (!seg->update_map)
H A Dvp9_decodeframe.c507 seg->update_map = 0;
515 seg->update_map = vp9_rb_read_bit(rb);
516 if (seg->update_map) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c113 if (!seg->update_map)
133 if (!seg->update_map)
H A Dvp9_decodeframe.c492 seg->update_map = 0;
500 seg->update_map = vp9_rb_read_bit(rb);
501 if (seg->update_map) {

Completed in 377 milliseconds