cpplint issues in vp9_ssim.c
Change-Id: I788f1a3004643347ca08d08fc3cb2bb8f0b134d9
This commit is contained in:
parent
c6960b6086
commit
f3e6a35cdb
@ -42,8 +42,8 @@ void vp9_ssim_parms_8x8_c(uint8_t *s, int sp, uint8_t *r, int rp,
|
||||
}
|
||||
}
|
||||
|
||||
const static int64_t cc1 = 26634; // (64^2*(.01*255)^2
|
||||
const static int64_t cc2 = 239708; // (64^2*(.03*255)^2
|
||||
static const int64_t cc1 = 26634; // (64^2*(.01*255)^2
|
||||
static const int64_t cc2 = 239708; // (64^2*(.03*255)^2
|
||||
|
||||
static double similarity(unsigned long sum_s, unsigned long sum_r,
|
||||
unsigned long sum_sq_s, unsigned long sum_sq_r,
|
||||
|
Loading…
x
Reference in New Issue
Block a user