Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.c228 float pct; in show_histogram() local
230 pct = (float)(100.0 * bucket[i].count / total); in show_histogram()
243 fprintf(stderr, "\t%5d (%6.2f%%)\n", bucket[i].count, pct); in show_histogram()