HomeSort by relevance Sort by last modified time
    Searched refs:comp_inter_prob (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 53 vpx_prob comp_inter_prob[COMP_INTER_CONTEXTS]; member in struct:frame_contexts
vp9_entropymode.c 326 vp9_copy(fc->comp_inter_prob, default_comp_inter_p);
347 fc->comp_inter_prob[i] =
348 mode_mv_merge_probs(pre_fc->comp_inter_prob[i], counts->comp_inter[i]);
vp9_pred_common.h 122 return cm->fc->comp_inter_prob[vp9_get_reference_mode_context(cm, xd)];
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 293 (REFERENCE_MODE)vpx_read(r, cm->fc->comp_inter_prob[ctx]);
vp9_decodeframe.c 136 vp9_diff_update_prob(r, &fc->comp_inter_prob[i]);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_encoder.c 245 // comp_inter_prob
248 (pre_fc->comp_inter_prob[i] - cur_fc->comp_inter_prob[i]);
250 pre_last_prob = MAX_PROB - pre_fc->comp_inter_prob[i];
251 cur_last_prob = MAX_PROB - cur_fc->comp_inter_prob[i];
    [all...]

Completed in 255 milliseconds