HomeSort by relevance Sort by last modified time
    Searched refs:tile (Results 101 - 125 of 272) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 297 const TileInfo *const tile,
317 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
337 const TileInfo *const tile,
341 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col);
342 vp9_read_mode_info(cm, xd, tile, mi_row, mi_col, r);
406 const TileInfo *const tile,
419 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
423 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
426 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
428 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize)
845 TileInfo tile; local
862 const TileInfo *const tile = (TileInfo*)arg2; local
973 TileInfo *const tile = (TileInfo*)worker->data2; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 295 const TileInfo *const tile,
315 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
335 const TileInfo *const tile,
339 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col);
340 vp9_read_mode_info(cm, xd, tile, mi_row, mi_col, r);
404 const TileInfo *const tile,
417 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
421 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
424 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
426 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize)
823 TileInfo tile; local
839 const TileInfo *const tile = (TileInfo*)arg2; local
957 TileInfo *const tile = (TileInfo*)worker->data2; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 297 const TileInfo *const tile,
317 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
337 const TileInfo *const tile,
341 MB_MODE_INFO *mbmi = set_offsets(cm, xd, tile, bsize, mi_row, mi_col);
342 vp9_read_mode_info(cm, xd, tile, mi_row, mi_col, r);
406 const TileInfo *const tile,
419 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
423 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
426 decode_block(cm, xd, tile, mi_row, mi_col, r, subsize);
428 decode_block(cm, xd, tile, mi_row + hbs, mi_col, r, subsize)
825 TileInfo tile; local
841 const TileInfo *const tile = (TileInfo*)arg2; local
955 TileInfo *const tile = (TileInfo*)worker->data2; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.h 46 const TileInfo *const tile,
62 const struct TileInfo *const tile,
71 const struct TileInfo *const tile,
  /pdk/apps/CameraITS/tests/
tutorial.py 138 # Grab a center tile from the image; this returns a new image. Save
139 # this tile image. In this case, the tile is the middle 10% x 10%
141 tile = its.image.get_image_patch(rgbimg, 0.45, 0.45, 0.1, 0.1)
142 its.image.write_image(tile, "%s_rgb_2_tile.jpg" % (NAME))
144 # Compute the mean values of the center tile image.
145 rgb_means = its.image.compute_image_means(tile)
  /pdk/apps/CameraITS/tools/
compute_dng_noise_model.py 89 tile = plane[y/2-16:y/2+16:,x/2-16:x/2+16:,::]
90 mean = its.image.compute_image_means(tile)[0]
91 var = its.image.compute_image_variances(tile)[0]
  /external/chromium_org/cc/layers/
tiled_layer.h 85 bool TileOnlyNeedsPartialUpdate(UpdatableTile* tile);
86 bool TileNeedsBufferedUpdate(UpdatableTile* tile);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.h 45 /** Per-tile layout mode */
48 LP_TEX_LAYOUT_NONE = 0, /**< no layout for the tile data yet */
49 LP_TEX_LAYOUT_TILED, /**< the tile data is in tiled layout */
50 LP_TEX_LAYOUT_LINEAR, /**< the tile data is in linear layout */
51 LP_TEX_LAYOUT_BOTH /**< the tile data is in both modes */
65 * render targets). We keep track of whether each image tile is linear
66 * or tiled on a per-tile basis.
82 * The former are tiled and have per-tile layout flags.
228 uint8_t *tile);
234 uint8_t *tile);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.h 45 /** Per-tile layout mode */
48 LP_TEX_LAYOUT_NONE = 0, /**< no layout for the tile data yet */
49 LP_TEX_LAYOUT_TILED, /**< the tile data is in tiled layout */
50 LP_TEX_LAYOUT_LINEAR, /**< the tile data is in linear layout */
51 LP_TEX_LAYOUT_BOTH /**< the tile data is in both modes */
65 * render targets). We keep track of whether each image tile is linear
66 * or tiled on a per-tile basis.
82 * The former are tiled and have per-tile layout flags.
228 uint8_t *tile);
234 uint8_t *tile);
    [all...]
  /external/qemu/distrib/jpeg-6b/
Android.mk 30 # enable tile based decode
  /pdk/apps/CameraITS/pymodules/its/
target.py 81 tile = its.image.get_image_patch(yimg, 0.45, 0.45, 0.1, 0.1)
82 luma_mean = its.image.compute_image_means(tile)
  /pdk/apps/CameraITS/tests/scene1/
test_exposure.py 62 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
63 rgb_means = its.image.compute_image_means(tile)
test_linearity.py 79 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
80 rgb_means = its.image.compute_image_means(tile)
test_locked_burst.py 57 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
58 means = its.image.compute_image_means(tile)
test_param_color_correction.py 77 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
78 rgb_means = its.image.compute_image_means(tile)
test_raw_burst_sensitivity.py 69 tile = its.image.get_image_patch(plane, 0.45,0.45,0.1,0.1)
70 var = its.image.compute_image_variances(tile)[0]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 60 unsigned tile = 0; local
71 tile = aa_block[dim];
75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim];
81 if (tile < align)
82 tile = align;
86 assert(tile);
87 return tile;
96 unsigned tile, texdim; local
98 tile = r300_get_pixel_alignment(tex->b.b.format, tex->b.b.nr_samples,
108 return texdim >= tile;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 60 unsigned tile = 0; local
71 tile = aa_block[dim];
75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim];
81 if (tile < align)
82 tile = align;
86 assert(tile);
87 return tile;
96 unsigned tile, texdim; local
98 tile = r300_get_pixel_alignment(tex->b.b.format, tex->b.b.nr_samples,
108 return texdim >= tile;
    [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling.h 18 #include "cc/resources/tile.h"
28 // Create a tile at the given content_rect (in the contents scale of the
29 // tiling) This might return null if the client cannot create such a tile.
30 virtual scoped_refptr<Tile> CreateTile(
33 virtual void UpdatePile(Tile* tile) = 0;
58 Tile* operator*() { return current_tile_; }
75 bool TileNeedsRaster(Tile* tile) const {
76 RasterMode mode = tile->DetermineRasterModeForTree(tree_)
    [all...]
picture_pile.cc 53 // For each tile, we consider adding the invalid tile to the
66 // It's okay to add this invalid tile to the
73 // Adding this invalid tile to the current recording rectangle
180 // Split this inflated invalidation across tile boundaries and apply it
225 gfx::Rect tile = tiling_.TileBounds(key.first, key.second); local
226 invalid_tiles.push_back(tile);
230 // interest rect. In this case, a tile in that rect has declined
236 // If a tile in the interest rect is not recorded, the entire tile need
298 gfx::Rect tile = PaddedRect(key); local
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 36 const Tile* i = l->tile(n);
  /external/chromium_org/third_party/skia/tools/
dump_record.cpp 23 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
  /external/skia/tools/
dump_record.cpp 23 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 87 * @param tile The Shader tiling mode
90 int colors[], float positions[], TileMode tile) {
92 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
98 * {@link java.awt.GradientPaint} only supports 2 points and does not support Android's tile
110 float positions[], TileMode tile) {
111 super(colors, positions, tile);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 142 MessageAttachmentTile tile = (MessageAttachmentTile) tileGrid.getChildAt(i); local
143 queue.add(tile);
150 MessageAttachmentTile tile = queue.remove(); local
151 tile.downloadAttachment(maxAdditionalPriority - i, i != 0);

Completed in 959 milliseconds

1 2 3 45 6 7 8 91011