Home
last modified time | relevance | path

Searched refs:pred_probs (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c217 memset(seg->pred_probs, 255, sizeof(seg->pred_probs)); in vp9_choose_segmap_coding_method()
267 memcpy(seg->pred_probs, t_nopred_prob, sizeof(t_nopred_prob)); in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c780 const int prob = seg->pred_probs[i]; in encode_segmentation()
Dvp9_encoder.c438 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in save_coding_context()
464 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs); in restore_coding_context()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h46 vpx_prob pred_probs[PREDICTION_PROBS]; member
Dvp9_pred_common.h53 return seg->pred_probs[vp9_get_pred_context_seg_id(xd)]; in vp9_get_pred_prob_seg_id()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1074 seg->pred_probs[i] = vpx_rb_read_bit(rb) ? vpx_rb_read_literal(rb, 8) in setup_segmentation()
1078 seg->pred_probs[i] = MAX_PROB; in setup_segmentation()