Searched refs:Sectionbits (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dboolhuff.c18 unsigned __int64 Sectionbits[500]; variable
89 Sectionbits[active_section] += vp8_prob_cost[255-probability];
91 Sectionbits[active_section] += vp8_prob_cost[probability];
H A Dbitstream.c48 unsigned __int64 Sectionbits[500]; variable
1375 Sectionbits[active_section = 1] += sizeof(VP8_HEADER) * 8 * 256;
H A Donyx_if.c135 extern unsigned __int64 Sectionbits[50];
2325 fprintf(f, "%8d", (int)(Sectionbits[i] / 256));

Completed in 1153 milliseconds