Home
last modified time | relevance | path

Searched refs:pred_flag (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c150 const int pred_flag = pred_segment_id == segment_id; in count_segs() local
155 xd->mi[0]->mbmi.seg_id_predicted = pred_flag; in count_segs()
156 temporal_predictor_count[pred_context][pred_flag]++; in count_segs()
158 if (!pred_flag) in count_segs()
Dvp9_bitstream.c246 const int pred_flag = mbmi->seg_id_predicted; in pack_inter_mode_mvs() local
248 vp9_write(w, pred_flag, pred_prob); in pack_inter_mode_mvs()
249 if (!pred_flag) in pack_inter_mode_mvs()