Searched refs:y_ (Results 51 - 61 of 61) sorted by relevance

123

/external/webp/src/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon33386
H A Dquant.c429 const uint8_t* const top = it->y_ ? it->y_top_ : NULL;
435 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL;
H A Dframe.c498 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-object.js172 this.y_ = y;
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c429 const uint8_t* const top = it->y_ ? it->y_top_ : NULL;
435 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL;
H A Dframe.c498 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp194 const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); local
197 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp957 Rectangle (int x_, int y_, int width_, int height_)
959 , y (y_)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 352 milliseconds

123