OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temporal_update
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.h
39
uint8_t
temporal_update
;
member in struct:segmentation
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
275
seg->
temporal_update
= 1;
279
seg->
temporal_update
= 0;
vp9_bitstream.c
421
if (seg->
temporal_update
) {
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
403
seg->
temporal_update
= vp9_rb_read_bit(rb);
404
if (seg->
temporal_update
) {
[
all
...]
vp9_decodemv.c
128
if (seg->
temporal_update
) {
Completed in 211 milliseconds