OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_section
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/encoder/
boolhuff.c
23
unsigned int
active_section
= 0;
variable
89
Sectionbits[
active_section
] += vp8_prob_cost[255-probability];
91
Sectionbits[
active_section
] += vp8_prob_cost[probability];
bitstream.c
54
extern unsigned int
active_section
;
884
active_section
= 1;
929
active_section
= 9;
942
active_section
= 6;
987
active_section
= 3;
997
active_section
= 5;
1032
active_section
= 11;
[
all
...]
encodemv.c
20
extern unsigned int
active_section
;
429
active_section
= 4;
442
active_section
= 5;
Completed in 2798 milliseconds