Searched refs:xsub (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c1449 const int xsub = x & mask; local
1450 if (xsub == 0) {
1453 code |= row[x] << (8 + bit_depth * xsub);
/external/webp/src/dsp/
H A Dlossless.c1440 const int xsub = x & mask; local
1441 if (xsub == 0) {
1444 code |= row[x] << (8 + bit_depth * xsub);

Completed in 225 milliseconds