Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c261 memset(seg->pred_probs, 255, sizeof(seg->pred_probs)); in vp9_choose_segmap_coding_method()
311 memcpy(seg->pred_probs, t_nopred_prob, sizeof(t_nopred_prob)); in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c785 const int prob = seg->pred_probs[i]; in encode_segmentation()
Dvp9_encoder.c1095 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in save_coding_context()
1121 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs); in restore_coding_context()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h45 vpx_prob pred_probs[PREDICTION_PROBS]; member
Dvp9_pred_common.h52 return seg->pred_probs[vp9_get_pred_context_seg_id(xd)]; in vp9_get_pred_prob_seg_id()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h796 unsigned char pred_probs[3]; member
Dradeon_vcn_dec.c405 prbs->seg.pred_probs[i] = pic->picture_parameter.segment_pred_probs[i]; in get_vp9_msg()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1353 seg->pred_probs[i] = in setup_segmentation()
1356 for (i = 0; i < PREDICTION_PROBS; i++) seg->pred_probs[i] = MAX_PROB; in setup_segmentation()