Searched defs:vpx_prob (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dprob.h23 typedef uint8_t vpx_prob; typedef
27 #define vpx_prob_half ((vpx_prob) 128)
46 static INLINE vpx_prob clip_prob(int p) {
50 static INLINE vpx_prob get_prob(int num, int den) {
54 static INLINE vpx_prob get_binary_prob(int n0, int n1) {
59 static INLINE vpx_prob weighted_prob(int prob1, int prob2, int factor) {
63 static INLINE vpx_prob merge_probs(vpx_prob pre_prob,
67 const vpx_prob prob = get_binary_prob(ct[0], ct[1]);
79 static INLINE vpx_prob mode_mv_merge_prob
[all...]

Completed in 146 milliseconds