Searched refs:vp9_cond_prob_diff_update (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.h26 void vp9_cond_prob_diff_update(struct vpx_writer *w, vpx_prob *oldp,
H A Dvp9_bitstream.c77 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]);
111 vp9_cond_prob_diff_update(w, &cm->fc->skip_probs[k], counts->skip[k]);
832 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p8x8[i][j], ct_8x8p[j]);
838 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p16x16[i][j],
845 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p32x32[i][j],
1181 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i],
1193 vp9_cond_prob_diff_update(&header_bc, &fc->comp_inter_prob[i],
1200 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0],
1202 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1],
1209 vp9_cond_prob_diff_update(
[all...]
H A Dvp9_subexp.c199 void vp9_cond_prob_diff_update(vpx_writer *w, vpx_prob *oldp, function

Completed in 138 milliseconds