Home
last modified time | relevance | path

Searched refs:static_mb_pct (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmbgraph.c347 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols); in separate_arf_mbs()
352 cpi->static_mb_pct = 0; in separate_arf_mbs()
356 cpi->static_mb_pct = 0; in separate_arf_mbs()
Dencoder.h820 int static_mb_pct; // % forced skip mbs by segmentation member
Dencoder.c649 cpi->static_mb_pct = 0; in configure_static_seg_features()
662 cpi->static_mb_pct = 0; in configure_static_seg_features()
719 if (high_q || (cpi->static_mb_pct == 100)) { in configure_static_seg_features()
1182 cpi->static_mb_pct = 0; in init_config()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c348 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols); in separate_arf_mbs()
353 cpi->static_mb_pct = 0; in separate_arf_mbs()
357 cpi->static_mb_pct = 0; in separate_arf_mbs()
Dvp9_encoder.h652 int static_mb_pct; // % forced skip mbs by segmentation member
Dvp9_encoder.c1100 cpi->static_mb_pct = 0; in configure_static_seg_features()
1113 cpi->static_mb_pct = 0; in configure_static_seg_features()
1160 if (high_q || (cpi->static_mb_pct == 100)) { in configure_static_seg_features()
1467 cpi->static_mb_pct = 0; in init_config()
Dvp9_encodeframe.c5925 check_dual_ref_flags(cpi) && cpi->static_mb_pct == 100) in vp9_encode_frame()