Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_dsubexp.c32 static int inv_map_table[MAX_PROB] = { in inv_remap_prob()
54 if ((m << 1) <= MAX_PROB) { in inv_remap_prob()
57 return MAX_PROB - inv_recenter_nonneg(v, MAX_PROB - 1 - m); in inv_remap_prob()
Dvp9_decodeframe.c1069 : MAX_PROB; in setup_segmentation()
1075 : MAX_PROB; in setup_segmentation()
1078 seg->pred_probs[i] = MAX_PROB; in setup_segmentation()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c49 static const int map_table[MAX_PROB - 1] = { in remap_prob()
72 if ((m << 1) <= MAX_PROB) in remap_prob()
75 i = recenter_nonneg(MAX_PROB - 1 - v, MAX_PROB - 1 - m) - 1; in remap_prob()
Dvp9_bitstream.c770 const int update = prob != MAX_PROB; in encode_segmentation()
781 const int update = prob != MAX_PROB; in encode_segmentation()
/external/libvpx/libvpx/vp8/common/
Dentropy.h56 #define MAX_PROB 255 macro
/external/libvpx/libvpx/vpx_dsp/
Dprob.h25 #define MAX_PROB 255 macro