Home
last modified time | relevance | path

Searched refs:update_data (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h41 uint8_t update_data; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c25 seg->update_data = 1; in vp9_enable_segmentation()
41 seg->update_data = 1; in vp9_set_segmentation_map()
298 seg->update_data = 0; in vp9_reset_segment_features()
Dvp9_onyx_if.c276 seg->update_data = 0; in configure_static_seg_features()
289 seg->update_data = 0; in configure_static_seg_features()
304 seg->update_data = 1; in configure_static_seg_features()
324 seg->update_data = 1; in configure_static_seg_features()
349 seg->update_data = 0; in configure_static_seg_features()
374 seg->update_data = 1; in configure_static_seg_features()
380 seg->update_data = 0; in configure_static_seg_features()
2619 seg->update_data = 1;
2818 cm->seg.update_data = 0;
2939 cm->seg.update_data;
Dvp9_bitstream.c780 vp9_wb_write_bit(wb, seg->update_data); in encode_segmentation()
781 if (seg->update_data) { in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c495 seg->update_data = 0; in setup_segmentation()
520 seg->update_data = vp9_rb_read_bit(rb); in setup_segmentation()
521 if (seg->update_data) { in setup_segmentation()