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

/external/webp/src/enc/
H A Dpicture_psnr_enc.c41 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; local
48 for (i = x_0; i < x_1; ++i) {

Completed in 175 milliseconds