Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c306 int ncnt[4] = { 0 }; in separate_arf_mbs() local
349 ncnt[0]++; in separate_arf_mbs()
353 ncnt[1]++; in separate_arf_mbs()
363 cpi->static_mb_pct = (ncnt[1] * 100) / (cm->mi_rows * cm->mi_cols); in separate_arf_mbs()