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

  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 318 double psnr_totals[NUM_ENCODERS][4] = { { 0, 0 } }; local
616 psnr_totals[i][j] += pkt[i]->data.psnr.psnr[j];
648 fprintf(stderr, " %.3lf", psnr_totals[i][j] / psnr_count[i]);
  /external/libvpx/libvpx/
vpxenc.c 871 double psnr_totals[4]; member in struct:stream_state
    [all...]

Completed in 70 milliseconds