Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h44 extern const unsigned int vp8_prob_cost[256];
74 Sectionbits[active_section] += vp8_prob_cost[255-probability]; in vp8_encode_bool()
76 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
Dboolhuff.c23 const unsigned int vp8_prob_cost[256] = variable
Dtreewriter.h39 #define vp8_cost_zero( x) ( vp8_prob_cost[x])
/external/libvpx/libvpx/vp8/encoder/arm/
Dboolhuff_arm.c15 const unsigned int vp8_prob_cost[256] = variable