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

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

Completed in 112 milliseconds