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

  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 589 static double calc_psnr(double d) { function
628 psnr[j] = calc_psnr(si->sse_sum[i][j] / scale[j]);
  /hardware/intel/common/libva/test/encode/
h264encode.c 109 static int calc_psnr = 0; variable
817 calc_psnr = 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 1045 static double calc_psnr(double d) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 1695 static void calc_psnr(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b, function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2323 static void calc_psnr(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b, function
    [all...]

Completed in 189 milliseconds