HomeSort by relevance Sort by last modified time
    Searched refs:by0 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/common/
postproc.c 940 int bx0, by0; local
942 for (by0 = y0; by0 < (y0+16); by0 += 4)
949 y1 = by0 + 2 + (mv->row >> 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);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 673 int by0 = (int) t & 0xFF; local
674 int by1 = by0 + 1 & 0xFF;
687 int b00 = p[i + by0];
688 int b10 = p[j + by0];
    [all...]

Completed in 31 milliseconds