OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_true_count
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
133
int
skip_true_count
;
member in struct:macroblock
tokenize.c
37
int
skip_true_count
= 0;
399
x->
skip_true_count
++;
encodeframe.c
754
cpi->mb.
skip_true_count
= 0;
874
cpi->mb.
skip_true_count
+= cpi->mb_row_ei[i].mb.
skip_true_count
;
[
all
...]
ethreading.c
488
mb->
skip_true_count
= 0;
bitstream.c
542
prob_skip_false = (total_mbs - cpi->mb.
skip_true_count
) * 256 / total_mbs;
733
prob_skip_false = (total_mbs - cpi->mb.
skip_true_count
) * 256 / total_mbs;
[
all
...]
onyx_if.c
109
extern int
skip_true_count
;
[
all
...]
Completed in 140 milliseconds