OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_mb_pct
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c
374
cpi->
static_mb_pct
= (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
379
cpi->
static_mb_pct
= 0;
384
cpi->
static_mb_pct
= 0;
vp9_onyx_int.h
496
int
static_mb_pct
; // % forced skip mbs by segmentation
member in struct:VP9_COMP
vp9_onyx_if.c
361
cpi->
static_mb_pct
= 0;
374
cpi->
static_mb_pct
= 0;
420
if (high_q || (cpi->
static_mb_pct
== 100)) {
[
all
...]
vp9_encodeframe.c
[
all
...]
Completed in 27 milliseconds