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

  /external/webp/src/enc/
picture_tools_enc.c 102 const int off_y = (y * pic->y_stride + x) * SIZE; local
106 values[0] = pic->y[off_y];
111 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render.c 119 uint8_t off_x, off_y; local
122 sample_count, sample_index, &off_x, &off_y);
125 *y = (float) off_y / 16.0f;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_nir.cpp     [all...]

Completed in 391 milliseconds