Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h43 uint8_t temporal_update; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c285 seg->temporal_update = 1; in vp9_choose_segmap_coding_method()
289 seg->temporal_update = 0; in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c245 if (seg->temporal_update) { in pack_inter_mode_mvs()
767 vp9_wb_write_bit(wb, seg->temporal_update); in encode_segmentation()
768 if (seg->temporal_update) { in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c136 if (seg->temporal_update) { in read_inter_segment_id()
Dvp9_decodeframe.c508 seg->temporal_update = vp9_rb_read_bit(rb); in setup_segmentation()
509 if (seg->temporal_update) { in setup_segmentation()