HomeSort by relevance Sort by last modified time
    Searched refs:vp9_diff_update_prob (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_dsubexp.h 17 void vp9_diff_update_prob(vp9_reader *r, vp9_prob* p);
vp9_dsubexp.c 102 void vp9_diff_update_prob(vp9_reader *r, vp9_prob* p) { function
vp9_decodframe.c 103 vp9_diff_update_prob(r, &tx_probs->p8x8[i][j]);
107 vp9_diff_update_prob(r, &tx_probs->p16x16[i][j]);
111 vp9_diff_update_prob(r, &tx_probs->p32x32[i][j]);
118 vp9_diff_update_prob(r, &fc->switchable_interp_prob[j][i]);
125 vp9_diff_update_prob(r, &fc->inter_mode_probs[i][j]);
146 vp9_diff_update_prob(r, &cm->fc.comp_inter_prob[i]);
150 vp9_diff_update_prob(r, &cm->fc.single_ref_prob[i][0]);
151 vp9_diff_update_prob(r, &cm->fc.single_ref_prob[i][1]);
156 vp9_diff_update_prob(r, &cm->fc.comp_ref_prob[i]);
564 vp9_diff_update_prob(r, &coef_probs[i][j][k][l][m])
    [all...]

Completed in 195 milliseconds