Searched refs:Ssimv (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
H A D | ssim.h | 40 } Ssimv; typedef in typeref:struct:__anon9626 64 int img2_pitch, int width, int height, Ssimv *sv2,
|
H A D | ssim.c | 239 static double ssimv_similarity(const Ssimv *sv, int64_t n) { 270 static double ssimv_similarity2(const Ssimv *sv, int64_t n) { 287 int img2_pitch, Ssimv *sv) { 296 Ssimv *sv2, Metrics *m, 311 Ssimv sv = {0};
|
/external/libvpx/libvpx/test/ |
H A D | consistency_test.cc | 33 Ssimv *sv2, Metrics *m, 52 ssim_array_ = new Ssimv[kDataBufferSize / 16]; 129 static Ssimv *ssim_array_; 156 Ssimv* ConsistencyTestBase::ssim_array_ = NULL;
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.h | 439 Ssimv *ssim_vars;
|
Completed in 144 milliseconds