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 - 12
of
12
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
140
int
skip_true_count
;
member in struct:macroblock
tokenize.c
37
int
skip_true_count
= 0;
403
x->
skip_true_count
++;
encodeframe.c
776
cpi->mb.
skip_true_count
= 0;
896
cpi->mb.
skip_true_count
+= cpi->mb_row_ei[i].mb.
skip_true_count
;
[
all
...]
ethreading.c
502
mb->
skip_true_count
= 0;
bitstream.c
543
prob_skip_false = (total_mbs - cpi->mb.
skip_true_count
) * 256 / total_mbs;
734
prob_skip_false = (total_mbs - cpi->mb.
skip_true_count
) * 256 / total_mbs;
[
all
...]
onyx_if.c
96
extern int
skip_true_count
;
553
cpi->mb.
skip_true_count
> (int)(0.95 * mbs_in_frame)) {
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h
137
int
skip_true_count
;
member in struct:macroblock
tokenize.c
37
int
skip_true_count
= 0;
403
x->
skip_true_count
++;
encodeframe.c
755
cpi->mb.
skip_true_count
= 0;
875
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 913 milliseconds