Home
last modified time | relevance | path

Searched refs:by0 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dpostproc.c1035 int bx0, by0; in vp8_post_proc_frame() local
1037 for (by0 = y0; by0 < (y0+16); by0 += 4) in vp8_post_proc_frame()
1044 y1 = by0 + 2 + (mv->row >> 3); in vp8_post_proc_frame()
1046 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); in vp8_post_proc_frame()
1047 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride); in vp8_post_proc_frame()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DNoiseGenerator.java673 int by0 = (int) t & 0xFF; in noise3Perlin() local
674 int by1 = by0 + 1 & 0xFF; in noise3Perlin()
687 int b00 = p[i + by0]; in noise3Perlin()
688 int b10 = p[j + by0]; in noise3Perlin()