Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h74 Sectionbits[active_section] += vp8_prob_cost[255-probability]; in vp8_encode_bool()
76 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
Dbitstream.c55 extern unsigned int active_section;
534 active_section = 1; in pack_inter_mode_mvs()
583 active_section = 9; in pack_inter_mode_mvs()
596 active_section = 6; in pack_inter_mode_mvs()
642 active_section = 3; in pack_inter_mode_mvs()
652 active_section = 5; in pack_inter_mode_mvs()
695 active_section = 11; in pack_inter_mode_mvs()
1292 Sectionbits[active_section = 1] += sizeof(VP8_HEADER) * 8 * 256; in vp8_pack_bitstream()
1532 active_section = 0; in vp8_pack_bitstream()
1534 active_section = 7; in vp8_pack_bitstream()
[all …]
Dencodemv.c20 extern unsigned int active_section;
363 active_section = 4; in vp8_write_mvprobs()
378 active_section = 5; in vp8_write_mvprobs()
Dboolhuff.c20 unsigned int active_section = 0; variable