Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dsubexp.c46 static int inv_map_table[MAX_PROB - 1] = { in inv_remap_prob()
70 if ((m << 1) <= MAX_PROB) { in inv_remap_prob()
73 return MAX_PROB - inv_recenter_nonneg(v + 1, MAX_PROB - 1 - m); in inv_remap_prob()
Dvp9_decodeframe.c506 : MAX_PROB; in setup_segmentation()
512 : MAX_PROB; in setup_segmentation()
515 seg->pred_probs[i] = MAX_PROB; in setup_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c32 static const int map_table[MAX_PROB - 1] = { in remap_prob()
55 if ((m << 1) <= MAX_PROB) in remap_prob()
58 i = recenter_nonneg(MAX_PROB - 1 - v, MAX_PROB - 1 - m) - 1; in remap_prob()
Dvp9_bitstream.c760 const int update = prob != MAX_PROB; in encode_segmentation()
771 const int update = prob != MAX_PROB; in encode_segmentation()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropy.h56 #define MAX_PROB 255 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.h27 #define MAX_PROB 255 macro