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

1 2 3 4 5 6 7 891011

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 31 * Builds per-tile display lists and executes them on calls to
192 scene->tile[i][j].x = i;
193 scene->tile[i][j].y = j;
677 /* out of memory - use dummy tile memory */
  /pdk/apps/CameraITS/pymodules/its/
image.py 435 """Get a patch (tile) of an image.
439 xnorm,ynorm,wnorm,hnorm: Normalized (in [0,1]) coords for the tile.
545 tile = img[yc-r:yc+r+1:, xc-r:xc+r+1:, ::]
546 means = tile.mean(1).mean(0)
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl.h 239 virtual void NotifyTileStateChanged(const Tile* tile) OVERRIDE;
573 // |resource_provider_| and |tile_manager_| can be NULL, e.g. when using tile-
664 // - external_viewport_ is used DrawProperties, tile management and
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]
vp9_firstpass.c 476 TileInfo tile; local
565 vp9_tile_init(&tile, cm, 0, 0);
597 set_mi_row_col(xd, &tile,
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 575 const int tile[4][256]) {
580 retval += PredictionCostSpatial(tile[i], 1, kExpValue);
581 retval += CombinedShannonEntropy(tile[i], accumulated[i]);
    [all...]
  /external/webp/src/dsp/
lossless.c 575 const int tile[4][256]) {
580 retval += PredictionCostSpatial(tile[i], 1, kExpValue);
581 retval += CombinedShannonEntropy(tile[i], accumulated[i]);
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.h 55 class Tile;
192 virtual void NotifyTileStateChanged(const Tile* tile) {}
511 virtual void GetAllTilesForTracing(std::set<const Tile*>* tiles) const;
  /external/chromium_org/third_party/icu/source/
config.sub 1052 tile*)
1053 basic_machine=tile-unknown
    [all...]
  /external/chromium_org/third_party/libevent/
config.sub 1052 tile*)
1053 basic_machine=tile-unknown
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
config.sub 1052 tile*)
1053 basic_machine=tile-unknown
    [all...]
  /external/libmtp/
config.sub 1052 tile*)
1053 basic_machine=tile-unknown
    [all...]
  /external/libusb/
config.sub 1070 tile*)
1071 basic_machine=tile-unknown
    [all...]
  /external/libusb-compat/
config.sub 1070 tile*)
1071 basic_machine=tile-unknown
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 477 TileInfo tile; local
563 vp9_tile_init(&tile, cm, 0, 0);
595 set_mi_row_col(xd, &tile,
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.c 126 * Builds the tcd decoder to use to decode tile.
132 * Builds the tcd encoder to use to encode tile.
139 * Creates a tile-coder decoder.
176 * Copies the decoding tile parameters onto all the tile parameters.
177 * Creates also the tile decoder.
200 * Destroys a tile coding parameter structure.
202 * @param p_tcp the tile coding parameter to destroy.
207 * Destroys the data inside a tile coding parameter structure.
209 * @param p_tcp the tile coding parameter which contain data to destroy
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 476 TileInfo tile; local
562 vp9_tile_init(&tile, cm, 0, 0);
594 set_mi_row_col(xd, &tile,
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 207 cc/resources/tile.cc \
cc.target.darwin-arm64.mk 207 cc/resources/tile.cc \
cc.target.darwin-mips.mk 207 cc/resources/tile.cc \
cc.target.darwin-x86.mk 207 cc/resources/tile.cc \
cc.target.darwin-x86_64.mk 207 cc/resources/tile.cc \
cc.target.linux-arm.mk 207 cc/resources/tile.cc \
cc.target.linux-arm64.mk 207 cc/resources/tile.cc \

Completed in 648 milliseconds

1 2 3 4 5 6 7 891011