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

1 2 3 4 5 67 8 91011

  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 30 const TileInfo *const tile,
140 const TileInfo *const tile,
206 const TileInfo *const tile,
264 vp9_setup_buffer_inter(cpi, x, tile,
314 full_pixel_motion_search(cpi, x, tile, bsize, mi_row, mi_col,
325 sub_pixel_motion_search(cpi, x, tile, bsize, mi_row, mi_col,
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.h 25 struct Tile {
96 void add_tile(Tile t) {
104 Tile* tile(size_t index) { function in class:RenderNode
131 std::vector<Tile> tiles_;
render_model_utils.cc 35 Tile* i = node->tile(n);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 874 * to the tile cache. The tile cache always stores RGBA colors but if
935 struct softpipe_cached_tile *tile local
983 dest[i][j] = tile->data.color[y][x][i];
1037 struct softpipe_cached_tile *tile local
1111 struct softpipe_cached_tile *tile local
1179 struct softpipe_cached_tile *tile local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 874 * to the tile cache. The tile cache always stores RGBA colors but if
935 struct softpipe_cached_tile *tile local
983 dest[i][j] = tile->data.color[y][x][i];
1037 struct softpipe_cached_tile *tile local
1111 struct softpipe_cached_tile *tile local
1179 struct softpipe_cached_tile *tile local
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 57 .tile-page-scrollbar {
most_visited_page.css 177 * Override opacity of the tile to 1, so that the new tile animation
179 .tile.dragging.finishing-drag {
183 /* Don't display the new tile until there's something to show. */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 272 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile,
283 xd->left_available = (mi_col > tile->mi_col_start);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 93 * For each screen tile we have one of these bins.
109 * the per-tile bins will point to chunks of data in this structure.
123 * Per-bin data goes into the 'tile' bins.
164 * This basically the framebuffer size divided by tile size
171 struct cmd_bin tile[TILES_X][TILES_Y]; member in struct:lp_scene
276 /** Return pointer to a particular tile's bin. */
280 return &scene->tile[x][y];
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 273 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile,
284 xd->left_available = (mi_col > tile->mi_col_start);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 93 * For each screen tile we have one of these bins.
109 * the per-tile bins will point to chunks of data in this structure.
123 * Per-bin data goes into the 'tile' bins.
164 * This basically the framebuffer size divided by tile size
171 struct cmd_bin tile[TILES_X][TILES_Y]; member in struct:lp_scene
276 /** Return pointer to a particular tile's bin. */
280 return &scene->tile[x][y];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 85 * @param tile The Shader tiling mode
88 TileMode tile) {
90 mJavaPaint = new RadialGradientPaint(x, y, radius, mColors, mPositions, tile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 270 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile,
281 xd->left_available = (mi_col > tile->mi_col_start);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/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];
466 opj_tile_info_t *tile_info = &cstr_info->tile[tcd->tcd_tileno]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 423 const TileInfo *const tile,
438 vp9_find_mv_refs(cm, xd, tile, mi, frame, mbmi->ref_mvs[frame],
481 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, j, ref, mi_row, mi_col,
515 const TileInfo *const tile,
530 read_inter_block_mode_info(cm, xd, tile, mi, mi_row, mi_col, r);
536 const TileInfo *const tile,
541 read_inter_frame_mode_info(cm, xd, tile, mi_row, mi_col, r);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 424 const TileInfo *const tile,
439 vp9_find_mv_refs(cm, xd, tile, mi, frame, mbmi->ref_mvs[frame],
482 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, j, ref, mi_row, mi_col,
516 const TileInfo *const tile,
531 read_inter_block_mode_info(cm, xd, tile, mi, mi_row, mi_col, r);
537 const TileInfo *const tile,
542 read_inter_frame_mode_info(cm, xd, tile, mi_row, mi_col, r);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 424 const TileInfo *const tile,
439 vp9_find_mv_refs(cm, xd, tile, mi, frame, mbmi->ref_mvs[frame],
482 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, j, ref, mi_row, mi_col,
516 const TileInfo *const tile,
531 read_inter_block_mode_info(cm, xd, tile, mi, mi_row, mi_col, r);
537 const TileInfo *const tile,
542 read_inter_frame_mode_info(cm, xd, tile, mi_row, mi_col, r);
  /external/chromium_org/third_party/skia/tools/
bench_playback.cpp 29 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
  /external/skia/tools/
bench_playback.cpp 27 DEFINE_int32(tile, 1000000000, "Simulated tile size.");
  /external/chromium_org/cc/resources/
picture_pile_base.cc 20 // the base picture in each tile.
164 // Offset the tile grid coordinate space to take into account the fact
228 gfx::Rect tile = tiling_.TileBounds(key.first, key.second); local
229 return PadRect(tile);
  /external/jpeg/
Android.mk 35 # enable tile based decode
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 175 .mv-tile:first-child {
179 .mv-tile {
194 .mv-tile.mv-blacklist {
246 /* An X button to blacklist a tile or hide the notification. */
296 /* The notification shown when a tile is blacklisted. */
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
gallery.css 1209 .mosaic-tile {
1211 /* Tile's zoom factor is animated on hover. We apply the transform to
1212 the entire tile so that the image outline is included into the animation. */
1216 /* Mosaic tile's opacity is controlled by |visible| attribute which changes
1218 .mosaic:not([visible]) .mosaic-tile .img-border {
1222 /* Animate tile's opacity, except for the selected tile which should show/hide
1224 .mosaic-tile:not([selected]) .img-border {
1232 .mosaic-tile .img-border {
1244 .mosaic[visible='normal'] .mosaic-tile[selected] .img-border
    [all...]
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 1218 .mosaic-tile {
1220 /* Tile's zoom factor is animated on hover. We apply the transform to
1221 the entire tile so that the image outline is included into the animation. */
1225 /* Mosaic tile's opacity is controlled by |visible| attribute which changes
1227 .mosaic:not([visible]) .mosaic-tile .img-border {
1231 /* Animate tile's opacity, except for the selected tile which should show/hide
1233 .mosaic-tile:not([selected]) .img-border {
1241 .mosaic-tile .img-border {
1253 .mosaic[visible='normal'] .mosaic-tile[selected] .img-border
    [all...]

Completed in 4936 milliseconds

1 2 3 4 5 67 8 91011