HomeSort by relevance Sort by last modified time
    Searched defs:tile (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 156 TileInfo tile; member in struct:macroblockd
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileAdapter.java 138 final TileInfo tile = getAndRemoveOther(mCurrentSpecs.get(i)); local
139 if (tile != null) {
140 mTiles.add(tile);
145 final TileInfo tile = mOtherTiles.get(i); local
146 if (tile.isSystem) {
148 mTiles.add(tile);
237 // Ensure that tile gets laid out so we get the callback.
381 // The first null is the edit tiles label, the second null is the tile divider.
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
SetupWizardLayout.java 87 // Set the background from XML, either directly or built from a bitmap tile
100 // Set the illustration from XML, either directly or built from image + horizontal tile
241 * a suitable drawable from an asset and a horizontal repeating tile, use
255 * Set the illustration of the layout, which will be created asset and the horizontal tile as
261 * @param horizontalTile Resource ID of the horizontally repeating tile for tablet layout.
316 * a bitmap tile and you want it to repeat, use {@link #setBackgroundTile(int)} instead.
327 * Set the background of the layout to a repeating bitmap tile. To use a different kind of
346 final Drawable tile = context.getResources().getDrawable(horizontalTile); local
347 return getIllustration(assetDrawable, tile);
354 // If it is a "tablet" (sw600dp), create a LayerDrawable with the horizontal tile
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 800 int tile = ubwc_enabled || IsMacroTileEnabled(format, prod_usage, cons_usage); local
803 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh);
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_allocator.cpp 805 int tile = ubwc_enabled || IsMacroTileEnabled(format, prod_usage, cons_usage); local
808 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 230 TiledMapTile tile = tlayer.getCell(x, y).getTile(); local
231 if (tile instanceof AnimatedTiledMapTile) {
232 AnimatedTiledMapTile aTile = (AnimatedTiledMapTile)tile;
237 // Adds non-animated tiles and the base animated tile
238 addTile(tile, bucketSize);
246 private void addTile (TiledMapTile tile, int bucketSize) {
247 int tileid = tile.getId() & ~0xE0000000;
296 /** Traverse the specified tilesets, optionally lookup the used ids and pass every tile image to the {@link TexturePacker},
297 * optionally ignoring unused tile ids */
299 BufferedImage tile; local
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 168 int tile = 0; local
171 for (int x = 0; x < w; x += tilew, tile++) {
174 tjd.setSourceImage(jpegBuf[tile], jpegSize[tile]);
325 int tile = 0; local
329 for (int x = 0; x < w; x += tilew, tile++) {
342 tjc.compress(jpegBuf[tile], flags);
343 jpegSize[tile] = tjc.getCompressedSize();
344 totalJpegSize += jpegSize[tile];
371 System.out.format("\n%s size: %d x %d\n", doTile ? "Tile" : "Image"
427 int ps = TJ.getPixelSize(pf), tile; local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 129 /* Per-tile coding parameters. */
154 /* Per tile-component coding parameters. */
211 /* The horizontal offset from the origin of the tile grid to the
215 /* The vertical offset from the origin of the tile grid to the
219 /* The nominal tile width in units of the image reference grid. */
222 /* The nominal tile height in units of the image reference grid. */
242 /* The per-tile coding parameters. */
245 /* The per-tile-component coding parameters. */
439 /* The x-coordinate of the top-left corner of the tile-component
443 /* The y-coordinate of the top-left corner of the tile-componen
551 struct jpc_enc_tile_s *tile; member in struct:jpc_enc_tcmpt_s
    [all...]
jpc_dec.c 101 /* In a tile-part header, expecting a SOT marker segment. */
103 /* In a tile-part header, expecting "other" marker segments. */
181 static int jpc_dec_tiledecode(jpc_dec_t *dec, jpc_dec_tile_t *tile);
182 static int jpc_dec_tileinit(jpc_dec_t *dec, jpc_dec_tile_t *tile);
183 static int jpc_dec_tilefini(jpc_dec_t *dec, jpc_dec_tile_t *tile);
443 jpc_dec_tile_t *tile; local
476 (one stream per tile-part). */
493 jas_eprintf("invalid tile number in SOT marker segment\n");
496 /* Set the current tile. */
498 tile = dec->curtile
541 jpc_dec_tile_t *tile; local
1139 jpc_dec_tile_t *tile; local
1165 jpc_dec_tile_t *tile; local
1259 jpc_dec_tile_t *tile; local
1281 jpc_dec_tile_t *tile; local
1307 jpc_dec_tile_t *tile; local
1334 jpc_dec_tile_t *tile; local
1356 jpc_dec_tile_t *tile; local
1382 jpc_dec_tile_t *tile; local
1432 jpc_dec_tile_t *tile; local
1985 jpc_dec_tile_t *tile; local
    [all...]
jpc_enc.c 123 void jpc_enc_tile_destroy(jpc_enc_tile_t *tile);
126 jas_image_t *image, jpc_enc_tile_t *tile);
628 /* Ensure that the tile width and height is valid. */
630 jas_eprintf("invalid tile width %lu\n", (unsigned long)
635 jas_eprintf("invalid tile height %lu\n", (unsigned long)
640 /* Ensure that the tile grid offset is valid. */
645 jas_eprintf("invalid tile grid offset (%lu, %lu)\n",
1118 jpc_enc_tile_t *tile; local
1591 jpc_enc_tile_t *tile; local
1656 jpc_enc_tile_t *tile; local
1919 jpc_enc_tile_t *tile; local
2580 jpc_enc_tile_t *tile; 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 371 static void write_modes_b(VP9_COMP *cpi, const TileInfo *const tile,
381 set_mi_row_col(xd, tile,
417 const TileInfo *const tile,
436 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
440 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
443 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
445 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
450 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
453 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, subsize)
953 TileInfo tile; local
    [all...]
vp9_firstpass.c 476 TileInfo tile; local
562 vp9_tile_init(&tile, cm, 0, 0);
594 set_mi_row_col(xd, &tile,
    [all...]
vp9_encodeframe.c 207 static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile,
242 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width,
270 const int tile_progress = tile->mi_col_start * cm->mb_rows >> 1;
271 const int mb_cols = (tile->mi_col_end - tile->mi_col_start) >> 1;
300 const TileInfo *const tile,
423 const TileInfo *const tile,
444 set_block_size(cpi, tile, mi_row, mi_col, bsize);
453 set_block_size(cpi, tile, mi_row, mi_col, subsize);
454 set_block_size(cpi, tile, mi_row, mi_col + block_width / 2, subsize)
3154 TileInfo tile; local
    [all...]
  /external/ImageMagick/coders/
msl.c 1999 tile; local
    [all...]
tiff.c 1926 *magick_restrict tile; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 791 const TileInfo *const tile = &xd->tile; local
809 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
1503 TileInfo tile; local
1575 TileInfo *volatile tile = &tile_data->xd.tile; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 562 * Get a texel from a texture, using the texture tile cache.
580 const struct softpipe_tex_cached_tile *tile; local
587 tile = sp_get_cached_tile_tex(samp->cache, addr);
589 return &tile->data.color[y][x][0];
610 /* Gather a quad of adjacent texels within a tile:
618 const struct softpipe_tex_cached_tile *tile; local
625 tile = sp_get_cached_tile_tex(samp->cache, addr);
627 out[0] = &tile->data.color[y ][x ][0];
628 out[1] = &tile->data.color[y ][x+1][0];
629 out[2] = &tile->data.color[y+1][x ][0]
672 const struct softpipe_tex_cached_tile *tile; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.c 55 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno]; local
56 fprintf(fd, " tile {\n");
58 tile->x0, tile->y0, tile->x1, tile->y1, tile->numcomps);
59 for (compno = 0; compno < tile->numcomps; compno++) {
60 opj_tcd_tilecomp_t *tilec = &tile->comps[compno];
108 * Initializes tile coding/decodin
    [all...]
openjpeg.h 156 #define JPWL_MAX_NO_TILESPECS 16 /**< Maximum number of tile parts expected by JPWL: increase at your will */
172 #define OPJ_J2K_TH_INFO 4 /**< Tile information based on the current tile header */
173 #define OPJ_J2K_TCH_INFO 8 /**< Tile/Component information of all tiles */
175 #define OPJ_J2K_TH_IND 32 /**< Tile index based on the current tile */
203 #define OPJ_PROFILE_BC_SINGLE 0x0100 /** Single Tile Broadcast profile defined in 15444-1 AMD3 */
204 #define OPJ_PROFILE_BC_MULTI 0x0200 /** Multi Tile Broadcast profile defined in 15444-1 AMD3 */
205 #define OPJ_PROFILE_BC_MULTI_R 0x0300 /** Multi Tile Reversible Broadcast profile defined in 15444-1 AMD3 */
206 #define OPJ_PROFILE_IMF_2K 0x0400 /** 2K Single Tile Lossy IMF profile defined in 15444-1 AMD 8 *
337 OPJ_UINT32 tile; member in struct:opj_poc
852 opj_tile_info_t *tile; member in struct:opj_codestream_info
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 500 TileInfo tile; local
629 vp9_tile_init(&tile, cm, 0, 0);
668 set_mi_row_col(xd, &tile,
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 1060 SkSize tile = this->tileSize(); local
1065 const int w = SkScalarRoundToInt(tile.width());
1066 const int h = SkScalarRoundToInt(tile.height());
    [all...]
  /external/ImageMagick/MagickCore/
display.c 685 " particular tile of the directory and press this button and",
695 " If you choose Open, the image represented by the tile is",
699 " a particular image tile. Finally, choose Update to",
13093 tile, local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 206 Pixmap tile; /* tile pixmap for tiling operations */ member in struct:__anon37546
208 int ts_x_origin; /* offset for tile or stipple operations */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 203 Pixmap tile; /* tile pixmap for tiling operations */ member in struct:__anon39409
205 int ts_x_origin; /* offset for tile or stipple operations */
    [all...]

Completed in 2570 milliseconds

1 2 34 5 6