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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 357 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;
vp9_encoder.h 297 int static_mb_pct; // % forced skip mbs by segmentation member in struct:VP9_COMP
vp9_encoder.c 304 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;
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 366 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;
vp9_onyx_int.h 395 int static_mb_pct; // % forced skip mbs by segmentation member in struct:VP9_COMP
vp9_onyx_if.c 262 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;
    [all...]
vp9_ratectrl.c     [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 366 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
371 cpi->static_mb_pct = 0;
376 cpi->static_mb_pct = 0;
vp9_onyx_int.h 396 int static_mb_pct; // % forced skip mbs by segmentation member in struct:VP9_COMP
vp9_onyx_if.c 277 cpi->static_mb_pct = 0;
290 cpi->static_mb_pct = 0;
335 if (high_q || (cpi->static_mb_pct == 100)) {
816 cpi->static_mb_pct = 0;
    [all...]
vp9_ratectrl.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 5593 milliseconds