Home
last modified time | relevance | path

Searched refs:distortion (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_psnr_enc.c135 int type, float* distortion, float* result) { in WebPPlaneDistortion() argument
142 result == NULL || distortion == NULL) { in WebPPlaneDistortion()
165 *distortion = (float)metric(src, width, ref, width, width, height); in WebPPlaneDistortion()
168 *result = (type == 1) ? (float)GetLogSSIM(*distortion, (double)width * height) in WebPPlaneDistortion()
169 : (float)GetPSNR(*distortion, (double)width * height); in WebPPlaneDistortion()
202 float distortion; in WebPPictureDistortion() local
209 w, h, 4, type, &distortion, results + c)) { in WebPPictureDistortion()
212 total_distortion += distortion; in WebPPictureDistortion()
232 int type, float* distortion, float* result) { in WebPPlaneDistortion() argument
241 if (distortion == NULL || result == NULL) return 0; in WebPPlaneDistortion()
[all …]
A Dframe_enc.c577 uint64_t distortion = 0; in OneStatPass() local
592 distortion += info.D; in OneStatPass()
606 s->value = GetPSNR(distortion, pixel_count); in OneStatPass()
803 uint64_t distortion = 0; in VP8EncTokenLoop() local
827 distortion += info.D; in VP8EncTokenLoop()
847 stats.value = GetPSNR(distortion, pixel_count); in VP8EncTokenLoop()
A Dquant_enc.c584 score_t distortion) { in RDScoreTrellis() argument
585 return rate * lambda + RD_DISTO_MULT * distortion; in RDScoreTrellis()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h404 float* distortion, float* result);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h404 float* distortion, float* result);
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h404 float* distortion, float* result);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME262 -print_psnr ............ prints averaged PSNR distortion
263 -print_ssim ............ prints averaged SSIM distortion
264 -print_lsim ............ prints local-similarity distortion
A DChangeLog691 2f51b614 introduce WebPPlaneDistortion to compute plane distortion
846 bbb6ecd9 Merge "Add MSA optimized distortion functions"
847 7915396f Add MSA optimized distortion functions
1264 020fd099 Merge "WebPPictureDistortion: support ARGB format for 'pic' when computing distortion."
1266 56a2e9f5 WebPPictureDistortion: support ARGB format for 'pic' when computing distortion.

Completed in 22 milliseconds