HomeSort by relevance Sort by last modified time
    Searched defs:tiles_per_row (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.h 93 unsigned tiles_per_row[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
lp_tile_image.c 134 unsigned tiles_per_row)
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp); local
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
201 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w);
225 unsigned tiles_per_row)
238 const uint tiles_per_row = dst_stride / (tile_w * tile_h * bpp); local
252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
290 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.h 93 unsigned tiles_per_row[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
lp_tile_image.c 134 unsigned tiles_per_row)
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp); local
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
201 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w);
225 unsigned tiles_per_row)
238 const uint tiles_per_row = dst_stride / (tile_w * tile_h * bpp); local
252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
290 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w)
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 680 const int tiles_per_row = VP8LSubSampleSize(width, bits); local
698 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
709 image[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8);
749 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); local
751 transform->data_ + (y >> transform->bits_) * tiles_per_row;
1151 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); local
    [all...]
  /external/webp/src/dsp/
lossless.c 680 const int tiles_per_row = VP8LSubSampleSize(width, bits); local
698 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
709 image[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8);
749 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); local
751 transform->data_ + (y >> transform->bits_) * tiles_per_row;
1151 const int tiles_per_row = VP8LSubSampleSize(width, transform->bits_); local
    [all...]

Completed in 190 milliseconds