OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssim_all
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ssim.c
213
double
ssim_all
= 0;
local
230
ssim_all
= (a * 4 + b + c) /6;
232
return
ssim_all
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c
122
double
ssim_all
= 0;
local
139
ssim_all
= (a * 4 + b + c) / 6;
141
return
ssim_all
;
/external/libvpx/libvpx/vpx_dsp/
ssim.c
188
double
ssim_all
= 0;
local
205
ssim_all
= (a * 4 + b + c) / 6;
207
return
ssim_all
;
484
double
ssim_all
= 0;
local
501
ssim_all
= (a * 4 + b + c) / 6;
503
return
ssim_all
;
Completed in 327 milliseconds