OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_data
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.h
37
uint8_t
update_data
;
member in struct:segmentation
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
24
seg->
update_data
= 1;
44
seg->
update_data
= 1;
vp9_onyx_if.c
244
seg->
update_data
= 0;
328
seg->
update_data
= 0;
341
seg->
update_data
= 0;
356
seg->
update_data
= 1;
377
seg->
update_data
= 1;
403
seg->
update_data
= 0;
428
seg->
update_data
= 1;
434
seg->
update_data
= 0;
[
all
...]
vp9_bitstream.c
[
all
...]
/external/chromium_org/third_party/libwebp/enc/
syntax.c
197
const int
update_data
= 1;
local
200
if (VP8PutBitUniform(bw,
update_data
)) {
/external/webp/src/enc/
syntax.c
197
const int
update_data
= 1;
local
200
if (VP8PutBitUniform(bw,
update_data
)) {
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
390
seg->
update_data
= 0;
415
seg->
update_data
= vp9_rb_read_bit(rb);
416
if (seg->
update_data
) {
[
all
...]
Completed in 62 milliseconds