Searched defs:img2_pitch (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_blockiness.c116 const uint8_t *img2, int img2_pitch,
122 img2 += img2_pitch * 4) {
126 img2 + j, img2_pitch, 4);
128 img2 + j, img2_pitch, 4);
115 vp9_get_blockiness(const uint8_t *img1, int img1_pitch, const uint8_t *img2, int img2_pitch, int width, int height) argument
/external/libvpx/libvpx/vpx_dsp/
H A Dssim.c287 int img2_pitch, Ssimv *sv) {
288 vpx_ssim_parms_8x8(img1, img1_pitch, img2, img2_pitch,
294 uint8_t *img2, int img2_pitch,
309 img1 += img1_pitch * 4, img2 += img2_pitch * 4) {
327 ssimv_parms(img1 + j, img1_pitch, img2 + j, img2_pitch, &sv);
286 ssimv_parms(uint8_t *img1, int img1_pitch, uint8_t *img2, int img2_pitch, Ssimv *sv) argument
293 vpx_get_ssim_metrics(uint8_t *img1, int img1_pitch, uint8_t *img2, int img2_pitch, int width, int height, Ssimv *sv2, Metrics *m, int do_inconsistency) argument

Completed in 115 milliseconds