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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 309 int ncnt[4] = { 0 }; local
352 ncnt[0]++;
356 ncnt[1]++;
362 // if ( ncnt[1] && (ncnt[0] / ncnt[1] < 10) )
366 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);
373 cpi->seg0_cnt = ncnt[0];
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 296 int ncnt[4] = { 0 }; local
339 ncnt[0]++;
343 ncnt[1]++;
349 // if ( ncnt[1] && (ncnt[0] / ncnt[1] < 10) )
353 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols);

Completed in 74 milliseconds