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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/
H A Dboolhuff_arm.c15 const unsigned int vp8_prob_cost[256] = variable
/external/libvpx/libvpx/vp8/encoder/arm/
H A Dboolhuff_arm.c15 const unsigned int vp8_prob_cost[256] = variable
/external/chromium_org/third_party/libvpx/source/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])
/external/libvpx/libvpx/vp8/encoder/
H A Dboolhuff.h48 extern const unsigned int vp8_prob_cost[256];
78 Sectionbits[active_section] += vp8_prob_cost[255-probability];
80 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 355 milliseconds