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

  /external/webp/src/enc/
picture_psnr_enc.c 184 double total_size = 0., total_distortion = 0.; local
212 total_distortion += distortion;
216 results[4] = (type == 1) ? (float)GetLogSSIM(total_distortion, total_size)
217 : (float)GetPSNR(total_distortion, total_size);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1186 int64_t total_distortion = 0; local
    [all...]

Completed in 71 milliseconds