Home
last modified time | relevance | path

Searched refs:mse (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_psnr.c42 double mse, min_mse, max_mse, mse_comp[4]; member
80 static inline double get_psnr(double mse, uint64_t nb_frames, int max) in get_psnr() argument
82 return 10.0 * log10(pow_2(max) / (mse / nb_frames)); in get_psnr()
167 double comp_mse[4], mse = 0.; in do_psnr() local
204 mse += comp_mse[c] * s->planeweight[c]; in do_psnr()
206 s->min_mse = FFMIN(s->min_mse, mse); in do_psnr()
207 s->max_mse = FFMAX(s->max_mse, mse); in do_psnr()
209 s->mse += mse; in do_psnr()
217 set_meta(metadata, "lavfi.psnr.mse in do_psnr()
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp152 int32_t *mse[RGBA_COM]; member
244 work->calQualityEnable, work->mse, in compression_workload_runner()
1906 int32_t* mse = mseIn[i];
1908 mseTotal[i] += *mse;
1909 if(i != A_COM) mseTotal[RGBA_COM] += *mse;
1910 mse++;
2229 work.mse[R_COM] = work.mse[G_COM] = work.mse[B_COM] = work.mse[A_CO
[all...]
H A Dastcenc_entry.cpp834 int32_t *mse[RGBA_COM] in compress_image()
980 mseBlock[R_COM] = mse[R_COM] + offset; in compress_image()
981 mseBlock[G_COM] = mse[G_COM] + offset; in compress_image()
982 mseBlock[B_COM] = mse[B_COM] + offset; in compress_image()
983 mseBlock[A_COM] = mse[A_COM] + offset; in compress_image()
1068 int32_t *mse[RGBA_COM], in astcenc_compress_image()
1146 compress_image(*ctxo, thread_index, image, *swizzle, data_out, calQualityEnable, mse); in astcenc_compress_image()
1060 astcenc_compress_image( astcenc_context* ctxo, astcenc_image* imagep, const astcenc_swizzle* swizzle, uint8_t* data_out, size_t data_len, bool calQualityEnable, int32_t *mse[RGBA_COM], unsigned int thread_index ) astcenc_compress_image() argument
H A Dastcenc.h806 int32_t *mse[RGBA_COM],
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c554 static double GetPSNR(uint64_t mse, uint64_t size) { in GetPSNR() argument
555 return (mse > 0 && size > 0) ? 10. * log10(255. * 255. * size / mse) : 99; in GetPSNR()
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py333 mse = numpy.divide(sad, imSz)
334 rmse = numpy.sqrt(mse)
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h289 V(mse, MSE, 0xED2F) /* type = RXF MULTIPLY AND SUBTRACT (short HFP) */ \

Completed in 15 milliseconds