OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssim_8x8
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ssim.c
103
static double
ssim_8x8
(unsigned char *s,int sp, unsigned char *r,int rp)
function
166
double v =
ssim_8x8
(img1+j, stride_img1, img2+j, stride_img2);
/external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c
74
static double
ssim_8x8
(uint8_t *s, int sp, uint8_t *r, int rp) {
function
94
double v =
ssim_8x8
(img1 + j, stride_img1, img2 + j, stride_img2);
Completed in 78 milliseconds