/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 861 int bx0, by0; 864 for (bx0 = x0; bx0 < (x0 + 16); bx0 += 4) { 867 x1 = bx0 + 2 + (mv->col >> 3); 870 constrain_line(bx0 + 2, &x1, by0 + 2, &y1, width, height); 871 vp9_blit_line(bx0 + 2, x1, by0 + 2, y1, y_buffer, y_stride);
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 1038 int bx0, by0; local 1042 for (bx0 = x0; bx0 < (x0+16); bx0 += 4) 1046 x1 = bx0 + 2 + (mv->col >> 3); 1049 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); 1050 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride); [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
NoiseGenerator.java | 667 int bx0 = (int) t & 0xFF;
local 668 int bx1 = bx0 + 1 & 0xFF;
684 int i = p[bx0];
[all...] |
/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 2338 Operand bx0 = Operand(rbx, 0); local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-macro-assembler-x64.cc | 2458 Operand bx0 = Operand(rbx, 0); local [all...] |