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

/external/libvpx/libvpx/vp8/encoder/
H A Dboolhuff.c20 unsigned int active_section = 0; variable
H A Dboolhuff.h74 Sectionbits[active_section] += vp8_prob_cost[255-probability];
76 Sectionbits[active_section] += vp8_prob_cost[probability];
H A Dbitstream.c55 extern unsigned int active_section;
536 active_section = 1;
585 active_section = 9;
598 active_section = 6;
644 active_section = 3;
654 active_section = 5;
697 active_section = 11;
1294 Sectionbits[active_section = 1] += sizeof(VP8_HEADER) * 8 * 256;
1534 active_section = 0;
1536 active_section
[all...]
H A Dencodemv.c20 extern unsigned int active_section;
363 active_section = 4;
378 active_section = 5;

Completed in 103 milliseconds