Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.h25 void vp9_cond_prob_diff_update(struct vpx_writer *w, vpx_prob *oldp,
Dvp9_bitstream.c80 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]); in prob_diff_update()
114 vp9_cond_prob_diff_update(w, &cm->fc->skip_probs[k], counts->skip[k]); in update_skip_probs()
829 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p8x8[i][j], ct_8x8p[j]); in encode_txfm_probs()
835 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p16x16[i][j], in encode_txfm_probs()
842 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p32x32[i][j], in encode_txfm_probs()
1286 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i], in write_compressed_header()
1298 vp9_cond_prob_diff_update(&header_bc, &fc->comp_inter_prob[i], in write_compressed_header()
1305 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], in write_compressed_header()
1307 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1], in write_compressed_header()
1314 vp9_cond_prob_diff_update(&header_bc, &fc->comp_ref_prob[i], in write_compressed_header()
Dvp9_subexp.c180 void vp9_cond_prob_diff_update(vpx_writer *w, vpx_prob *oldp, in vp9_cond_prob_diff_update() function