Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h29 int vp9_get_segment_id(const VP9_COMMON *cm, const uint8_t *segment_ids,
Dvp9_pred_common.c369 int vp9_get_segment_id(const VP9_COMMON *cm, const uint8_t *segment_ids, in vp9_get_segment_id() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c136 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in count_segs()
Dvp9_encodeframe.c180 mbmi->segment_id = vp9_get_segment_id(cm, map, bsize, mi_row, mi_col); in set_offsets()
538 vp9_get_segment_id(cm, map, bsize, mi_row, mi_col); in update_state()
751 mbmi->segment_id = vp9_get_segment_id(cm, map, bsize, mi_row, mi_col); in rd_pick_sb_modes()
769 if (vp9_get_segment_id(cm, map, bsize, mi_row, mi_col)) in rd_pick_sb_modes()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c130 predicted_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in read_inter_segment_id()