Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c207 memset(seg->pred_probs, 255, sizeof(seg->pred_probs)); in vp9_choose_segmap_coding_method()
257 memcpy(seg->pred_probs, t_nopred_prob, sizeof(t_nopred_prob)); in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c779 const int prob = seg->pred_probs[i]; in encode_segmentation()
Dvp9_encoder.c877 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in save_coding_context()
903 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/v4l2_codec2/vda/
Dvp9_parser.h88 uint8_t pred_probs[kNumPredictionProbs]; member
Dvp9_uncompressed_header_parser.cc832 for (auto& pred_prob : segmentation.pred_probs) { in ReadSegmentationParams()
Dv4l2-controls.h1232 __u8 pred_probs[3]; member
Dv4l2_slice_video_decode_accelerator.cc2625 ARRAY_MEMCPY_CHECKED(v4l2_segm_params->pred_probs, in FillV4L2VP9SegmentationParams()
2626 vp9_segm_params.pred_probs); in FillV4L2VP9SegmentationParams()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1026 seg->pred_probs[i] = in setup_segmentation()
1029 for (i = 0; i < PREDICTION_PROBS; i++) seg->pred_probs[i] = MAX_PROB; in setup_segmentation()