Searched defs:mse (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_psnr.c | 42 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 167 double comp_mse[4], mse = 0.; in do_psnr() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 152 int32_t *mse[RGBA_COM]; member [all...] |
H A D | astcenc_entry.cpp | 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
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | frame_enc.c | 554 static double GetPSNR(uint64_t mse, uint64_t size) { in GetPSNR() argument
|
Completed in 6 milliseconds