OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_map
(Results
1 - 9
of
9
) sorted by null
/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/libvpx/libvpx/vp9/common/
vp9_seg_common.h
36
uint8_t
update_map
;
member in struct:segmentation
/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
354
if (seg->enabled && seg->
update_map
)
420
if (seg->
update_map
) {
546
if (seg->
update_map
)
[
all
...]
vp9_onyx_if.c
243
seg->
update_map
= 0;
327
seg->
update_map
= 0;
340
seg->
update_map
= 0;
355
seg->
update_map
= 1;
376
seg->
update_map
= 0;
402
seg->
update_map
= 0;
433
seg->
update_map
= 0;
[
all
...]
vp9_encodeframe.c
534
uint8_t *map = seg->
update_map
? cpi->segmentation_map
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
389
seg->
update_map
= 0;
397
seg->
update_map
= vp9_rb_read_bit(rb);
398
if (seg->
update_map
) {
[
all
...]
vp9_decodemv.c
104
if (!seg->
update_map
)
125
if (!seg->
update_map
)
Completed in 85 milliseconds