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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 327 vp9_copy(cm->fc.comp_inter_prob, default_comp_inter_p);
373 fc->comp_inter_prob[i] = adapt_prob(pre_fc->comp_inter_prob[i],
vp9_pred_common.h 82 return cm->fc.comp_inter_prob[pred_context];
vp9_onyxc_int.h 50 vp9_prob comp_inter_prob[COMP_INTER_CONTEXTS]; member in struct:frame_contexts
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 265 const int mode = vp9_read(r, cm->fc.comp_inter_prob[ctx]);
vp9_decodframe.c 146 vp9_diff_update_prob(r, &cm->fc.comp_inter_prob[i]);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]

Completed in 91 milliseconds