HomeSort by relevance Sort by last modified time
    Searched defs:y_1 (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 215 Packet4f t, y_0, y_1, res; local
222 y_1 = vec_madd(y_0, t, y_0);
224 res = vec_madd(a, y_1, p4f_ZERO);
  /external/chromium_org/third_party/libwebp/enc/
picture.c 931 const int y_1 = (y + RADIUS + 1 >= h) ? h : y + RADIUS + 1; local
938 for (j = y_0; j < y_1; ++j) {
    [all...]
  /external/webp/src/enc/
picture.c 931 const int y_1 = (y + RADIUS + 1 >= h) ? h : y + RADIUS + 1; local
938 for (j = y_0; j < y_1; ++j) {
    [all...]

Completed in 131 milliseconds