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

  /external/libvpx/libvpx/vpx/
svc_context.h 60 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V member in struct:SvcInternal
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 558 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V member in struct:SvcInternal
941 si->psnr_sum[si->layer][i] += cx_pkt->data.psnr.psnr[i];
    [all...]

Completed in 81 milliseconds