Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h46 vp9_prob pred_probs[PREDICTION_PROBS]; member
Dvp9_pred_common.h44 return seg->pred_probs[vp9_get_pred_context_seg_id(xd)]; in vp9_get_pred_prob_seg_id()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c238 vpx_memset(seg->pred_probs, 255, sizeof(seg->pred_probs)); in vp9_choose_segmap_coding_method()
287 vpx_memcpy(seg->pred_probs, t_nopred_prob, sizeof(t_nopred_prob)); in vp9_choose_segmap_coding_method()
Dvp9_ratectrl.c121 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in vp9_save_coding_context()
142 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs); in vp9_restore_coding_context()
Dvp9_bitstream.c770 const int prob = seg->pred_probs[i]; in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c511 seg->pred_probs[i] = vp9_rb_read_bit(rb) ? vp9_rb_read_literal(rb, 8) in setup_segmentation()
515 seg->pred_probs[i] = MAX_PROB; in setup_segmentation()