HomeSort by relevance Sort by last modified time
    Searched refs:static_mb_pct (Results 1 - 7 of 7) sorted by null

  /external/libaom/libaom/av1/encoder/
mbgraph.c 347 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
352 cpi->static_mb_pct = 0;
356 cpi->static_mb_pct = 0;
encoder.h 820 int static_mb_pct; // % forced skip mbs by segmentation member in struct:AV1_COMP
    [all...]
encoder.c 649 cpi->static_mb_pct = 0;
662 cpi->static_mb_pct = 0;
719 if (high_q || (cpi->static_mb_pct == 100)) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 348 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
353 cpi->static_mb_pct = 0;
357 cpi->static_mb_pct = 0;
vp9_encoder.h 652 int static_mb_pct; // % forced skip mbs by segmentation member in struct:VP9_COMP
vp9_encoder.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 351 milliseconds