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.h22 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
Dvp9_bitstream.c78 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], cm->counts.skip[k]); in update_skip_probs()
819 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p8x8[i][j], ct_8x8p[j]); in encode_txfm_probs()
825 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p16x16[i][j], in encode_txfm_probs()
832 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p32x32[i][j], in encode_txfm_probs()
1161 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i], in write_compressed_header()
1173 vp9_cond_prob_diff_update(&header_bc, &fc->comp_inter_prob[i], in write_compressed_header()
1180 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], in write_compressed_header()
1182 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1], in write_compressed_header()
1189 vp9_cond_prob_diff_update(&header_bc, &fc->comp_ref_prob[i], in write_compressed_header()
Dvp9_subexp.c178 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, in vp9_cond_prob_diff_update() function