Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h43 uint8_t temporal_update; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c269 seg->temporal_update = 1; in vp9_choose_segmap_coding_method()
273 seg->temporal_update = 0; in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c242 if (seg->temporal_update) { in pack_inter_mode_mvs()
765 vp9_wb_write_bit(wb, seg->temporal_update); in encode_segmentation()
766 if (seg->temporal_update) { in encode_segmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c135 if (seg->temporal_update) { in read_inter_segment_id()
Dvp9_decodeframe.c516 seg->temporal_update = vp9_rb_read_bit(rb); in setup_segmentation()
517 if (seg->temporal_update) { in setup_segmentation()