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

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 861 int bx0, by0;
863 for (by0 = y0; by0 < (y0 + 16); by0 += 4) {
868 y1 = by0 + 2 + (mv->row >> 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
1040 for (by0 = y0; by0 < (y0+16); by0 += 4)
1047 y1 = by0 + 2 + (mv->row >> 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 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 113 milliseconds