Searched refs:psnr_sum (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dsvc_context.h60 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V member in struct:SvcInternal
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c558 si->psnr_sum[i][j] +=
617 i, (double)si->psnr_sum[i][0] / number_of_frames,
618 (double)si->psnr_sum[i][1] / number_of_frames,
619 (double)si->psnr_sum[i][2] / number_of_frames,
620 (double)si->psnr_sum[i][3] / number_of_frames, si->bytes_sum[i]);
642 si->psnr_sum[i][j] = 0;

Completed in 292 milliseconds