Searched refs:bx0 (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
H A Dpostproc.c940 int bx0, by0; local
944 for (bx0 = x0; bx0 < (x0+16); bx0 += 4)
948 x1 = bx0 + 2 + (mv->col >> 3);
951 constrain_line (bx0+2, &x1, by0+2, &y1, width, height);
952 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DNoiseGenerator.java667 int bx0 = (int) t & 0xFF;
668 int bx1 = bx0 + 1 & 0xFF;
684 int i = p[bx0];
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2338 Operand bx0 = Operand(rbx, 0); local
2341 __ movl(rdx, bx0); // Sanity check.
2346 __ movl(rdx, Operand(bx0, 5 * kPointerSize));
2351 __ movl(rdx, Operand(bx0, -4 * kPointerSize));

Completed in 62 milliseconds