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

/external/clang/test/SemaCXX/
H A Dreferences.cpp62 int& yo; // expected-error{{declaration of reference variable 'yo' requires an initializer}} local
/external/webp/src/enc/
H A Dfilter.c250 int xo, int yo, int W, int H,
252 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL;
253 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL;
248 VP8SSIMAccumulate(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H, DistoStats* const stats) argument

Completed in 110 milliseconds