Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.h70 Sectionbits[active_section] += vp8_prob_cost[255 - probability]; in vp8_encode_bool()
72 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool()
Dbitstream.c48 extern unsigned int active_section;
432 active_section = 1; in pack_inter_mode_mvs()
476 active_section = 9; in pack_inter_mode_mvs()
490 active_section = 6; in pack_inter_mode_mvs()
533 active_section = 3; in pack_inter_mode_mvs()
543 active_section = 5; in pack_inter_mode_mvs()
579 active_section = 11; in pack_inter_mode_mvs()
1085 Sectionbits[active_section = 1] += sizeof(VP8_HEADER) * 8 * 256; in vp8_pack_bitstream()
1293 active_section = 0; in vp8_pack_bitstream()
1295 active_section = 7; in vp8_pack_bitstream()
[all …]
Dencodemv.c20 extern unsigned int active_section;
315 active_section = 4; in vp8_write_mvprobs()
330 active_section = 5; in vp8_write_mvprobs()
Dboolhuff.c19 unsigned int active_section = 0; variable