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.h26 void vp9_cond_prob_diff_update(struct vpx_writer *w, vpx_prob *oldp,
Dvp9_bitstream.c77 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]); in prob_diff_update()
111 vp9_cond_prob_diff_update(w, &cm->fc->skip_probs[k], counts->skip[k]); in update_skip_probs()
832 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p8x8[i][j], ct_8x8p[j]); in encode_txfm_probs()
838 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p16x16[i][j], in encode_txfm_probs()
845 vp9_cond_prob_diff_update(w, &cm->fc->tx_probs.p32x32[i][j], in encode_txfm_probs()
1181 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i], in write_compressed_header()
1193 vp9_cond_prob_diff_update(&header_bc, &fc->comp_inter_prob[i], in write_compressed_header()
1200 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], in write_compressed_header()
1202 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1], in write_compressed_header()
1209 vp9_cond_prob_diff_update(&header_bc, &fc->comp_ref_prob[i], in write_compressed_header()
Dvp9_subexp.c199 void vp9_cond_prob_diff_update(vpx_writer *w, vpx_prob *oldp, in vp9_cond_prob_diff_update() function