Searched refs:vp9_cost_bit (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_cost.c43 const int cc = c + vp9_cost_bit(prob, b);
60 costs[-tree[0]] = vp9_cost_bit(probs[0], 0);
H A Dvp9_cost.h26 #define vp9_cost_bit(prob, bit) vp9_cost_zero((bit) ? vp9_complement(prob) \ macro
41 cost += vp9_cost_bit(probs[i >> 1], bit);
H A Dvp9_rdopt.c532 s0 = vp9_cost_bit(skip_prob, 0);
533 s1 = vp9_cost_bit(skip_prob, 1);
1672 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0);
1677 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1);
1680 base_cost += vp9_cost_bit(comp_inter_p, 0);
1684 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0);
1685 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1);
1686 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1);
1687 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0);
1688 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p
[all...]
H A Dvp9_tokenize.c212 cost += vp9_cost_bit(vp9_prob_half, extra & 1); /* sign */
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_cost.c43 const int cc = c + vp9_cost_bit(prob, b);
60 costs[-tree[0]] = vp9_cost_bit(probs[0], 0);
H A Dvp9_cost.h26 #define vp9_cost_bit(prob, bit) vp9_cost_zero((bit) ? vp9_complement(prob) \ macro
41 cost += vp9_cost_bit(probs[i >> 1], bit);
H A Dvp9_rdopt.c815 s0 = vp9_cost_bit(skip_prob, 0);
816 s1 = vp9_cost_bit(skip_prob, 1);
899 s0 = vp9_cost_bit(skip_prob, 0);
900 s1 = vp9_cost_bit(skip_prob, 1);
2227 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0);
2232 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1);
2235 base_cost += vp9_cost_bit(comp_inter_p, 0);
2239 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0);
2240 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1);
2241 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p
[all...]
H A Dvp9_tokenize.c151 cost += vp9_cost_bit(vp9_prob_half, extra & 1); /* sign */

Completed in 5081 milliseconds