Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dboolhuff.c26 const unsigned int vp8_prob_cost[256] = variable
89 Sectionbits[active_section] += vp8_prob_cost[255-probability]; in vp8_encode_bool()
91 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
Dboolhuff.h41 extern const unsigned int vp8_prob_cost[256];
Dtreewriter.h35 #define vp8_cost_zero( x) ( vp8_prob_cost[x])
/external/libvpx/vp8/encoder/arm/
Dboolhuff_arm.c15 const unsigned int vp8_prob_cost[256] = variable