HomeSort by relevance Sort by last modified time
    Searched full:tile_y_offset (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 625 const int tile_y_offset = tile_y * max_tile_size; local
627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
633 memcpy(current_tile_rows, &argb[tile_y_offset * width],
651 int all_y = tile_y_offset + y;
885 const int tile_y_offset = tile_y * max_tile_size; local
1018 const int tile_y_offset = tile_y * max_tile_size; local
    [all...]
  /external/webp/src/dsp/
lossless.c 625 const int tile_y_offset = tile_y * max_tile_size; local
627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
633 memcpy(current_tile_rows, &argb[tile_y_offset * width],
651 int all_y = tile_y_offset + y;
885 const int tile_y_offset = tile_y * max_tile_size; local
1018 const int tile_y_offset = tile_y * max_tile_size; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 235 print ' const unsigned offset = (py + tile_y_offset[i]) * dstpix_stride + (px + tile_x_offset[i]);'
637 print 'static unsigned tile_y_offset[TILE_VECTOR_WIDTH * TILE_VECTOR_HEIGHT] = {'
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 235 print ' const unsigned offset = (py + tile_y_offset[i]) * dstpix_stride + (px + tile_x_offset[i]);'
637 print 'static unsigned tile_y_offset[TILE_VECTOR_WIDTH * TILE_VECTOR_HEIGHT] = {'

Completed in 1813 milliseconds