OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gf_active_count
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
segmentation.c
27
cpi->
gf_active_count
= cm->mb_rows * cm->mb_cols;
48
cpi->
gf_active_count
++;
54
cpi->
gf_active_count
--;
onyx_int.h
657
int
gf_active_count
;
member in struct:VP8_COMP
ratectrl.c
459
int pct_gf_active = (100 * cpi->
gf_active_count
) / (cpi->common.mb_rows * cpi->common.mb_cols);
[
all
...]
onyx_if.c
[
all
...]
Completed in 599 milliseconds