Searched refs:vp9_write_prob_diff_update (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 111 void vp9_write_prob_diff_update(vpx_writer *w, vpx_prob newp, vpx_prob oldp) { in vp9_write_prob_diff_update() function 189 vp9_write_prob_diff_update(w, newp, *oldp); in vp9_cond_prob_diff_update()
|
D | vp9_subexp.h | 22 void vp9_write_prob_diff_update(struct vpx_writer *w, vpx_prob newp,
|
D | vp9_bitstream.c | 611 vp9_write_prob_diff_update(bc, newp, *oldp); in update_coef_probs_common() 662 vp9_write_prob_diff_update(bc, newp, *oldp); in update_coef_probs_common()
|