Searched refs:vp9_cond_prob_diff_update (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_subexp.h | 25 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
|
D | vp9_bitstream.c | 79 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]); in prob_diff_update() 113 vp9_cond_prob_diff_update(w, &cm->fc.skip_probs[k], cm->counts.skip[k]); in update_skip_probs() 822 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p8x8[i][j], ct_8x8p[j]); in encode_txfm_probs() 828 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p16x16[i][j], in encode_txfm_probs() 835 vp9_cond_prob_diff_update(w, &cm->fc.tx_probs.p32x32[i][j], in encode_txfm_probs() 1141 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i], 1153 vp9_cond_prob_diff_update(&header_bc, &fc->comp_inter_prob[i], 1160 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], 1162 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1], 1169 vp9_cond_prob_diff_update(&header_bc, &fc->comp_ref_prob[i],
|
D | vp9_subexp.c | 179 void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, in vp9_cond_prob_diff_update() function
|