HomeSort by relevance Sort by last modified time
    Searched full:pred_flag (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 134 const int pred_flag = pred_segment_id == segment_id; local
139 xd->mi[0]->mbmi.seg_id_predicted = pred_flag;
140 temporal_predictor_count[pred_context][pred_flag]++;
143 if (!pred_flag)
vp9_bitstream.c 255 const int pred_flag = mbmi->seg_id_predicted; local
257 vpx_write(w, pred_flag, pred_prob);
258 if (!pred_flag)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 150 const int pred_flag = pred_segment_id == segment_id; local
155 xd->mi[0]->mbmi.seg_id_predicted = pred_flag;
156 temporal_predictor_count[pred_context][pred_flag]++;
158 if (!pred_flag)
vp9_bitstream.c 246 const int pred_flag = mbmi->seg_id_predicted; local
248 vp9_write(w, pred_flag, pred_prob);
249 if (!pred_flag)
    [all...]

Completed in 159 milliseconds