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