Home
last modified time | relevance | path

Searched refs:PREDICTION_PROBS (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h26 #define PREDICTION_PROBS 3 macro
45 vpx_prob pred_probs[PREDICTION_PROBS];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c250 int temporal_predictor_count[PREDICTION_PROBS][2] = { { 0 } }; in vp9_choose_segmap_coding_method()
256 vpx_prob t_nopred_prob[PREDICTION_PROBS]; in vp9_choose_segmap_coding_method()
295 for (i = 0; i < PREDICTION_PROBS; i++) { in vp9_choose_segmap_coding_method()
Dvp9_encoder.h70 vpx_prob segment_pred_probs[PREDICTION_PROBS];
Dvp9_bitstream.c784 for (i = 0; i < PREDICTION_PROBS; i++) { in encode_segmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1352 for (i = 0; i < PREDICTION_PROBS; i++) in setup_segmentation()
1356 for (i = 0; i < PREDICTION_PROBS; i++) seg->pred_probs[i] = MAX_PROB; in setup_segmentation()