Home
last modified time | relevance | path

Searched refs:skip_probs (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c330 vp9_copy(fc->skip_probs, default_skip_probs); in init_mode_probs()
405 fc->skip_probs[i] = in vp9_adapt_mode_probs()
406 mode_mv_merge_probs(pre_fc->skip_probs[i], counts->skip[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h57 vpx_prob skip_probs[SKIP_CONTEXTS]; member
Dvp9_pred_common.h65 return cm->fc->skip_probs[vp9_get_skip_context(xd)]; in vp9_get_skip_prob()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c185 const int skip = vpx_read(r, cm->fc->skip_probs[ctx]); in read_skip()
Dvp9_decodeframe.c1975 vp9_diff_update_prob(&r, &fc->skip_probs[k]); in read_compressed_header()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c321 (pre_fc->skip_probs[i] - cur_fc->skip_probs[i]); in compute_context_model_diff()
323 pre_last_prob = MAX_PROB - pre_fc->skip_probs[i]; in compute_context_model_diff()
324 cur_last_prob = MAX_PROB - cur_fc->skip_probs[i]; in compute_context_model_diff()
Dvp9_bitstream.c114 vp9_cond_prob_diff_update(w, &cm->fc->skip_probs[k], counts->skip[k]); in update_skip_probs()