Searched refs:active_section (Results 1 – 4 of 4) sorted by relevance
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()
55 extern unsigned int active_section;536 active_section = 1; in pack_inter_mode_mvs()585 active_section = 9; in pack_inter_mode_mvs()598 active_section = 6; in pack_inter_mode_mvs()644 active_section = 3; in pack_inter_mode_mvs()654 active_section = 5; in pack_inter_mode_mvs()697 active_section = 11; in pack_inter_mode_mvs()1294 Sectionbits[active_section = 1] += sizeof(VP8_HEADER) * 8 * 256; in vp8_pack_bitstream()1534 active_section = 0; in vp8_pack_bitstream()1536 active_section = 7; in vp8_pack_bitstream()[all …]
20 extern unsigned int active_section;363 active_section = 4; in vp8_write_mvprobs()378 active_section = 5; in vp8_write_mvprobs()
20 unsigned int active_section = 0; variable