Searched refs:get_prob (Results 1 – 4 of 4) sorted by relevance
48 static INLINE vpx_prob get_prob(unsigned int num, unsigned int den) { in get_prob() function61 return get_prob(n0, den); in get_binary_prob()92 const vpx_prob prob = get_prob(ct[0], den); in mode_mv_merge_probs()
37 static int get_prob(__u32 *val, const char *arg) in get_prob() function97 if (get_prob(&opt.increment, *argv)) { in sfb_parse_opt()103 if (get_prob(&opt.decrement, *argv)) { in sfb_parse_opt()
39 const int prob = get_prob(p15 << shift, CDF_PROB_TOP); in av1_cost_symbol()
634 static INLINE uint8_t get_prob(unsigned int num, unsigned int den) { in get_prob() function