Searched defs:rp (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ssim.c | 19 int rp, in vp8_ssim_parms_16x16_c() 45 int rp, in vp8_ssim_parms_8x8_c() 97 static double ssim_16x16(unsigned char *s,int sp, unsigned char *r,int rp) in ssim_16x16() 103 static double ssim_8x8(unsigned char *s,int sp, unsigned char *r,int rp) in ssim_8x8() 112 long dssim(unsigned char *s,int sp, unsigned char *r,int rp) in dssim()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ssim.c | 15 int rp, unsigned long *sum_s, unsigned long *sum_r, in vp9_ssim_parms_16x16_c() 29 void vp9_ssim_parms_8x8_c(uint8_t *s, int sp, uint8_t *r, int rp, in vp9_ssim_parms_8x8_c() 68 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) { in ssim_8x8()
|