Home
last modified time | relevance | path

Searched refs:vp8_prob_cost (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h43 extern const unsigned int vp8_prob_cost[256];
70 Sectionbits[active_section] += vp8_prob_cost[255 - probability]; in vp8_encode_bool()
72 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
Dboolhuff.c22 const unsigned int vp8_prob_cost[256] = { variable
Dtreewriter.h38 #define vp8_cost_zero(x) (vp8_prob_cost[x])