Home
last modified time | relevance | path

Searched refs:tiles (Results 1 – 25 of 63) sorted by relevance

123

/external/libaom/libaom/examples/
Dlightfield_bitstream_parsing.c98 void process_tile_list(const TILE_LIST_INFO *tiles, int num_tiles, in process_tile_list() argument
139 int image_idx = tiles[i].image_idx; in process_tile_list()
140 int ref_idx = tiles[i].reference_idx; in process_tile_list()
141 int tc = tiles[i].tile_col; in process_tile_list()
142 int tr = tiles[i].tile_row; in process_tile_list()
361 TILE_LIST_INFO tiles[MAX_TILES]; in main() local
367 process_tile_list(tiles, num_tiles, tl_pts, frames, frame_sizes, &codec, in main()
377 if (sscanf(line, "%d %d %d %d", &tiles[num_tiles].image_idx, in main()
378 &tiles[num_tiles].reference_idx, &tiles[num_tiles].tile_col, in main()
379 &tiles[num_tiles].tile_row) == 4) { in main()
[all …]
/external/skqp/gm/
Dpictureshadertile.cpp22 } tiles[] = { variable
107 for (unsigned i = 0; i < SK_ARRAY_COUNT(tiles); ++i) { in onOnceBeforeDraw()
108 SkRect tile = SkRect::MakeXYWH(tiles[i].x * kPictureSize, in onOnceBeforeDraw()
109 tiles[i].y * kPictureSize, in onOnceBeforeDraw()
110 tiles[i].w * kPictureSize, in onOnceBeforeDraw()
111 tiles[i].h * kPictureSize); in onOnceBeforeDraw()
113 localMatrix.setTranslate(tiles[i].offsetX * kPictureSize, in onOnceBeforeDraw()
114 tiles[i].offsetY * kPictureSize); in onOnceBeforeDraw()
151 sk_sp<SkShader> fShaders[SK_ARRAY_COUNT(tiles)];
/external/skia/gm/
Dpictureshadertile.cpp22 } tiles[] = { variable
107 for (unsigned i = 0; i < SK_ARRAY_COUNT(tiles); ++i) { in onOnceBeforeDraw()
108 SkRect tile = SkRect::MakeXYWH(tiles[i].x * kPictureSize, in onOnceBeforeDraw()
109 tiles[i].y * kPictureSize, in onOnceBeforeDraw()
110 tiles[i].w * kPictureSize, in onOnceBeforeDraw()
111 tiles[i].h * kPictureSize); in onOnceBeforeDraw()
113 localMatrix.setTranslate(tiles[i].offsetX * kPictureSize, in onOnceBeforeDraw()
114 tiles[i].offsetY * kPictureSize); in onOnceBeforeDraw()
151 sk_sp<SkShader> fShaders[SK_ARRAY_COUNT(tiles)];
/external/libvpx/libvpx/test/
Dtest-data.sha1627 c740708fa390806eebaf669909c1285ab464f886 *vp90-2-14-resize-fp-tiles-1-2.webm
628 c7b85ffd8e11500f73f52e7dc5a47f57c393d47f *vp90-2-14-resize-fp-tiles-1-2.webm.md5
629 ec8faa352a08f7033c60f29f80d505e2d7daa103 *vp90-2-14-resize-fp-tiles-1-4.webm
630 6852c783fb421bda5ded3d4c5a3ffc46de03fbc1 *vp90-2-14-resize-fp-tiles-1-4.webm.md5
631 8af61853ac0d07c4cb5bf7c2016661ba350b3497 *vp90-2-14-resize-fp-tiles-1-8.webm
632 571353bac89fea60b5706073409aa3c0d42aefe9 *vp90-2-14-resize-fp-tiles-1-8.webm.md5
633 b1c187ed69931496b82ec194017a79831bafceef *vp90-2-14-resize-fp-tiles-1-16.webm
634 1c199a41afe42ce303944d70089eaaa2263b4a09 *vp90-2-14-resize-fp-tiles-1-16.webm.md5
635 8eaae5a6f2dff934610b0c7a917d7f583ba74aa5 *vp90-2-14-resize-fp-tiles-2-1.webm
636 db18fcf915f7ffaea6c39feab8bda6c1688af011 *vp90-2-14-resize-fp-tiles-2-1.webm.md5
[all …]
Dtest-data.mk619 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-16.webm
620 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-16.webm.md5
621 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2-4-8-16.webm
622 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2-4-8-16.webm.md5
623 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2.webm
624 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-2.webm.md5
625 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-4.webm
626 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-4.webm.md5
627 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-8.webm
628 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-14-resize-fp-tiles-1-8.webm.md5
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dlayout.cc56 for (const TileProto& tile_proto : proto.tiles()) { in CreateFromProto()
71 for (const Tile& tile : tiles()) { in ToProto()
83 string colon_string = tiles().empty() ? "" : "T"; in ToString()
84 for (Tile tile : tiles()) { in ToString()
104 if (!ignore_tiles_ && lhs.tiles() != rhs.tiles()) { in operator ()()
Dlayout.h88 Layout(absl::Span<const int64> minor_to_major, absl::Span<const Tile> tiles,
92 tiles_(tiles.begin(), tiles.end()), in format_()
172 const Tile& tiles(int index) const { return tiles_.at(index); } in tiles() function
182 const std::vector<Tile>& tiles() const { return tiles_; } in tiles() function
Dlayout_util.cc57 absl::Span<const int64> minor_to_major, absl::Span<const Tile> tiles, in MakeLayout() argument
64 for (Tile tile : tiles) { in MakeLayout()
463 for (Tile tile : layout.tiles()) { in Hash()
Dlayout_util.h40 absl::Span<const Tile> tiles = {},
Dshape_util.cc93 absl::Span<const int64> minor_to_major, absl::Span<const Tile> tiles, in MakeShapeWithLayoutInternal() argument
106 LayoutUtil::MakeLayout(minor_to_major, tiles, element_size_in_bits); in MakeShapeWithLayoutInternal()
191 absl::Span<const int64> minor_to_major, absl::Span<const Tile> tiles, in MakeShapeWithLayout() argument
194 tiles, element_size_in_bits) in MakeShapeWithLayout()
/external/replicaisland/tools/
DExtractPoints.js50 var tiles = new Array(); variable
51 tiles.length = tilesPerRow * tilesPerColumn;
129 tiles[tileIndex] = tile;
139 for (var x = 0; x < tiles.length; x++) {
140 if (tiles[x]) {
141 var tile = tiles[x];
217 for (var x = 0; x < tiles.length; x++) {
218 if (tiles[x]) {
219 var tile = tiles[x];
/external/libaom/libaom/av1/encoder/
Dlevel.c432 int frame_header_count, int tiles, int show_frame, in store_frame_record() argument
446 record->tiles = tiles; in store_frame_record()
483 int tiles = 0; in scan_past_frames() local
495 tiles += record->tiles; in scan_past_frames()
505 level_spec->max_tile_rate = AOMMAX(level_spec->max_tile_rate, tiles); in scan_past_frames()
516 const int tiles = tile_cols * tile_rows; in av1_update_level_info() local
524 store_frame_record(ts_start, ts_end, luma_pic_size, frame_header_count, tiles, in av1_update_level_info()
593 level_spec->max_tiles = AOMMAX(level_spec->max_tiles, tiles); in av1_update_level_info()
Dlevel.h42 int tiles; member
/external/skqp/tools/skpbench/
Dskpbench.cpp122 static void ddl_sample(GrContext* context, DDLTileHelper* tiles, GpuSync* gpuSync, Sample* sample, in ddl_sample() argument
128 tiles->createDDLsInParallel(); in ddl_sample()
131 tiles->drawAllTilesAndFlush(context, true); in ddl_sample()
139 tiles->resetAllTiles(); in ddl_sample()
165 DDLTileHelper tiles(finalCanvas, viewport, FLAGS_ddlTilingWidthHeight); in run_ddl_benchmark() local
167 tiles.createSKPPerTile(compressedPictureData.get(), promiseImageHelper); in run_ddl_benchmark()
173 ddl_sample(context, &tiles, nullptr, nullptr, &startStopTime); in run_ddl_benchmark()
175 ddl_sample(context, &tiles, &gpuSync, nullptr, &startStopTime); in run_ddl_benchmark()
184 ddl_sample(context, &tiles, &gpuSync, &sample, &startStopTime); in run_ddl_benchmark()
192 tiles.composeAllTiles(finalCanvas); in run_ddl_benchmark()
/external/skia/tools/skpbench/
Dskpbench.cpp122 static void ddl_sample(GrContext* context, DDLTileHelper* tiles, GpuSync* gpuSync, Sample* sample, in ddl_sample() argument
128 tiles->createDDLsInParallel(); in ddl_sample()
131 tiles->drawAllTilesAndFlush(context, true); in ddl_sample()
139 tiles->resetAllTiles(); in ddl_sample()
165 DDLTileHelper tiles(finalCanvas, viewport, FLAGS_ddlTilingWidthHeight); in run_ddl_benchmark() local
167 tiles.createSKPPerTile(compressedPictureData.get(), promiseImageHelper); in run_ddl_benchmark()
173 ddl_sample(context, &tiles, nullptr, nullptr, &startStopTime); in run_ddl_benchmark()
175 ddl_sample(context, &tiles, &gpuSync, nullptr, &startStopTime); in run_ddl_benchmark()
184 ddl_sample(context, &tiles, &gpuSync, &sample, &startStopTime); in run_ddl_benchmark()
192 tiles.composeAllTiles(finalCanvas); in run_ddl_benchmark()
/external/pdfium/third_party/libopenjpeg20/
Dtcd.c59 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno]; in tcd_dump()
244 opj_tcd_tile_t *tcd_tile = tcd->tcd_image->tiles; in opj_tcd_makelayer()
346 opj_tcd_tile_t *tcd_tile = tcd->tcd_image->tiles; in opj_tcd_makelayer_fixed()
457 opj_tcd_tile_t *tcd_tile = tcd->tcd_image->tiles; in opj_tcd_rateallocate()
651 p_tcd->tcd_image->tiles = (opj_tcd_tile_t *) opj_calloc(1, in opj_tcd_init()
653 if (! p_tcd->tcd_image->tiles) { in opj_tcd_init()
657 p_tcd->tcd_image->tiles->comps = (opj_tcd_tilecomp_t *) opj_calloc( in opj_tcd_init()
659 if (! p_tcd->tcd_image->tiles->comps) { in opj_tcd_init()
663 p_tcd->tcd_image->tiles->numcomps = p_image->numcomps; in opj_tcd_init()
758 l_tile = p_tcd->tcd_image->tiles; in opj_tcd_init_tile()
[all …]
D0026-use_opj_uint_ceildiv.patch8 /* Compute the number of tiles */
16 /* Check that the number of tiles is valid */
/external/pdfium/third_party/libtiff/
D0028-nstrips-OOM.patch14 isTiled(tif) ? "tiles" : "strips");
21 + isTiled(tif) ? "tiles" : "strips");
DREADME.pdfium20 0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
Dtif_write.c567 TIFFWriteCheck(TIFF* tif, int tiles, const char* module) in TIFFWriteCheck() argument
573 if (tiles ^ isTiled(tif)) { in TIFFWriteCheck()
574 TIFFErrorExt(tif->tif_clientdata, module, tiles ? in TIFFWriteCheck()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dtiled_layout.md15 Intuitively tiles are laid out to cover the shape and then within each tile,
18 padding elements that are added in order to have complete 2x2 tiles even though
64 corresponds to a tile index in an array of tiles of size
68 ⌈d<sub>i</sub>/t<sub>i</sub>⌉ because if tiles overrun the bounds of the larger
69 array, padding is inserted as in Figure 1. Both the tiles and elements within
70 tiles are laid out recursively without tiling.
111 ⌈d<sub>1</sub>/t<sub>1</sub>⌉), which describes the number of tiles in each
141 # Combining dimensions using tiles
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dsparse_image_warp.py42 tiles = [batch_size] + [1] * np_array.ndim
43 return np.tile(np.expand_dims(np_array, 0), tiles)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto161 ///@brief API Stat: Invalidate hot tiles (i.e. tile cache)
167 ///@brief API Stat: Invalidate and discard hot tiles within pixel region
173 ///@brief API Stat: Flush tiles out to memory that is typically owned by driver (e.g. Flush RT cach…
/external/ImageMagick/MagickCore/
Dmontage.c358 tiles; in MontageImageList() local
570 tiles=0; in MontageImageList()
857 proceed=SetImageProgress(image,MontageImageTag,tiles,total_tiles); in MontageImageList()
863 tiles++; in MontageImageList()
/external/subsampling-scale-image-view/
DREADME.md8 …and tiles to support very large images - a low resolution base layer is loaded and as you zoom in,…

123