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

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.h 21 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
vp9_bitstream.c 174 vp9_cond_prob_diff_update(w, &Pcur[i], bct[i]);
221 vp9_cond_prob_diff_update(w, &cm->fc.mbskip_probs[k], cm->counts.mbskip[k]);
237 vp9_cond_prob_diff_update(w, &cm->fc.switchable_interp_prob[j][i],
256 vp9_cond_prob_diff_update(w, &cm->fc.inter_mode_probs[i][j],
    [all...]
vp9_subexp.c 223 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, function

Completed in 28 milliseconds