OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_map
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.h
36
uint8_t
update_map
;
member in struct:segmentation
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_sampler.c
61
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/
i915_state_sampler.c
61
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/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
23
seg->
update_map
= 1;
43
seg->
update_map
= 1;
vp9_bitstream.c
330
if (seg->enabled && seg->
update_map
)
394
if (seg->
update_map
) {
514
if (seg->
update_map
)
[
all
...]
vp9_onyx_if.c
272
seg->
update_map
= 0;
359
seg->
update_map
= 0;
372
seg->
update_map
= 0;
387
seg->
update_map
= 1;
407
seg->
update_map
= 0;
433
seg->
update_map
= 0;
464
seg->
update_map
= 0;
[
all
...]
vp9_encodeframe.c
562
uint8_t *map = seg->
update_map
? cpi->segmentation_map
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
115
if (!seg->
update_map
)
134
if (!seg->
update_map
)
vp9_decodframe.c
579
seg->
update_map
= 0;
587
seg->
update_map
= vp9_rb_read_bit(rb);
588
if (seg->
update_map
) {
[
all
...]
Completed in 1137 milliseconds