Searched refs:static_mb_pct (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c357 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
362 cpi->static_mb_pct = 0;
366 cpi->static_mb_pct = 0;
H A Dvp9_encoder.h297 int static_mb_pct; // % forced skip mbs by segmentation member in struct:VP9_COMP
H A Dvp9_encoder.c304 cpi->static_mb_pct = 0;
317 cpi->static_mb_pct = 0;
364 if (high_q || (cpi->static_mb_pct == 100)) {
585 cpi->static_mb_pct = 0;
H A Dvp9_encodeframe.c3444 cpi->static_mb_pct == 100)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c366 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
371 cpi->static_mb_pct = 0;
375 cpi->static_mb_pct = 0;
H A Dvp9_onyx_int.h395 int static_mb_pct; // % forced skip mbs by segmentation member in struct:VP9_COMP
H A Dvp9_onyx_if.c262 cpi->static_mb_pct = 0;
275 cpi->static_mb_pct = 0;
320 if (high_q || (cpi->static_mb_pct == 100)) {
771 cpi->static_mb_pct = 0;
H A Dvp9_ratectrl.c1111 ((cpi->static_mb_pct < 100) &&
H A Dvp9_encodeframe.c3411 cpi->static_mb_pct == 100)

Completed in 134 milliseconds