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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 109 int pred_context; local
127 pred_context = 2;
132 pred_context = 1 + 2 * (edge_mbmi->ref_frame[0] != cm->comp_var_ref[1]);
134 pred_context = 1 + 2 * (edge_mbmi->ref_frame[var_ref_idx]
145 pred_context = 0;
149 pred_context = 4;
151 pred_context = 3;
153 pred_context = 1;
158 pred_context = 1;
160 pred_context = 2
190 int pred_context; local
256 int pred_context; local
    [all...]
vp9_pred_common.h 90 const int pred_context = vp9_get_pred_context_comp_ref_p(cm, xd); local
91 return cm->fc->comp_ref_prob[pred_context];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 115 int pred_context; local
133 pred_context = 2;
138 pred_context = 1 + 2 * (edge_mbmi->ref_frame[0] != cm->comp_var_ref[1]);
140 pred_context = 1 + 2 * (edge_mbmi->ref_frame[var_ref_idx]
151 pred_context = 0;
155 pred_context = 4;
157 pred_context = 3;
159 pred_context = 1;
164 pred_context = 1;
166 pred_context = 2
196 int pred_context; local
262 int pred_context; local
    [all...]
vp9_pred_common.h 81 const int pred_context = vp9_get_pred_context_comp_ref_p(cm, xd); local
82 return cm->fc.comp_ref_prob[pred_context];
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 135 const int pred_context = vp9_get_pred_context_seg_id(xd); local
140 temporal_predictor_count[pred_context][pred_flag]++;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 151 const int pred_context = vp9_get_pred_context_seg_id(xd); local
156 temporal_predictor_count[pred_context][pred_flag]++;

Completed in 330 milliseconds