/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 299 int tile_x, int tile_y, int bits, in GetBestPredictorForTile() argument 307 const int start_x = tile_x << bits; in GetBestPredictorForTile() 322 const int left_mode = (tile_x > 0) ? in GetBestPredictorForTile() 323 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 325 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 492 int tile_x; in VP8LResidualImage() local 493 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage() 494 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y, in VP8LResidualImage() 497 image[tile_y * tiles_per_row + tile_x] = ARGB_BLACK | (pred << 8); in VP8LResidualImage() 676 int tile_x, int tile_y, int bits, in GetBestColorTransformForTile() argument [all …]
|
D | vp8l_enc.c | 721 int tile_x = x & tile_mask; in StoreImageToBitMask() local 728 if ((tile_x != (x & tile_mask)) || (tile_y != (y & tile_mask))) { in StoreImageToBitMask() 729 tile_x = x & tile_mask; in StoreImageToBitMask()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 299 int tile_x, int tile_y, int bits, in GetBestPredictorForTile() argument 307 const int start_x = tile_x << bits; in GetBestPredictorForTile() 322 const int left_mode = (tile_x > 0) ? in GetBestPredictorForTile() 323 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 325 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 492 int tile_x; in VP8LResidualImage() local 493 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage() 494 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y, in VP8LResidualImage() 497 image[tile_y * tiles_per_row + tile_x] = ARGB_BLACK | (pred << 8); in VP8LResidualImage() 676 int tile_x, int tile_y, int bits, in GetBestColorTransformForTile() argument [all …]
|
D | vp8l_enc.c | 962 int tile_x = x & tile_mask; in StoreImageToBitMask() local 969 if ((tile_x != (x & tile_mask)) || (tile_y != (y & tile_mask))) { in StoreImageToBitMask() 970 tile_x = x & tile_mask; in StoreImageToBitMask()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_tiling.c | 80 uint32_t tile_x = utile_x >> 3; in t_utile_address() local 86 tile_x = tile_stride - tile_x - 1; in t_utile_address() 88 uint32_t tile_offset = 4096 * (tile_y * tile_stride + tile_x); in t_utile_address()
|
D | vc4_resource.c | 878 uint32_t tile_x = x / tile_w; in vc4_surface_msaa_get_sample() local 881 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x)); in vc4_surface_msaa_get_sample()
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 143 int tiles_x, tiles_y, tile_x, tile_y; member 862 static int epic_jb_decode_tile(G2MContext *c, int tile_x, int tile_y, in epic_jb_decode_tile() argument 896 tile_width = FFMIN(c->width - tile_x * c->tile_width, c->tile_width); in epic_jb_decode_tile() 935 avctx->frame_number, tile_x, tile_y); in epic_jb_decode_tile() 940 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile() 991 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile() 1004 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile() 1048 static int kempf_decode_tile(G2MContext *c, int tile_x, int tile_y, in kempf_decode_tile() argument 1060 uint8_t *dst = c->framebuf + tile_x * c->tile_width * 3 + in kempf_decode_tile() 1066 width = FFMIN(c->width - tile_x * c->tile_width, c->tile_width); in kempf_decode_tile() [all …]
|
D | exr.c | 1192 uint64_t tile_x, tile_y, tile_level_x, tile_level_y; in decode_block() local 1214 tile_x = AV_RL32(src - 20); in decode_block() 1228 if (tile_x && s->tile_attr.xSize + (int64_t)FFMAX(s->xmin, 0) >= INT_MAX / tile_x ) in decode_block() 1234 col = s->tile_attr.xSize * tile_x; in decode_block() 1241 td->xsize = FFMIN(s->tile_attr.xSize, s->xdelta - tile_x * s->tile_attr.xSize); in decode_block()
|
D | hevc_ps.c | 1431 int tile_x = 0; in setup_pps() local 1437 tile_x = i; in setup_pps() 1449 for (i = 0; i < tile_x; i++) in setup_pps() 1454 val += (tb_y - pps->row_bd[tile_y]) * pps->column_width[tile_x] + in setup_pps() 1455 tb_x - pps->col_bd[tile_x]; in setup_pps()
|
D | tiff.c | 986 int tile_x = 0, tile_y = 0; in dng_decode_tiles() local 1005 tile_x = tile_idx % tile_count_x; in dng_decode_tiles() 1008 if (has_width_leftover && tile_x == tile_count_x - 1) // If on the right-most tile in dng_decode_tiles() 1039 if (tile_x == tile_count_x - 1) { // If on the right edge in dng_decode_tiles()
|
/third_party/mesa3d/src/asahi/lib/ |
D | tiling.c | 108 unsigned tile_x = (x >> tile_shift);\ 109 unsigned tile_idx = (tile_row + tile_x);\
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blt.c | 69 uint32_t tile_x, tile_y; in blt_set_alpha_to_one() local 79 &tile_x, &tile_y, in blt_set_alpha_to_one() 90 xyblt.DestinationX1Coordinate = tile_x; in blt_set_alpha_to_one() 92 xyblt.DestinationX2Coordinate = tile_x + chunk_w; in blt_set_alpha_to_one()
|
D | crocus_resource.c | 1338 uint32_t tile_x = x / tile_width; in s8_offset() local 1346 + tile_x * tile_size in s8_offset()
|
/third_party/mesa3d/src/panfrost/shared/test/ |
D | test-tiling.cpp | 56 unsigned tile_x = x / tilesize; in tiled_offset() local 65 unsigned col_offset = (tile_x * tilesize * tilesize) * blocksize; in tiled_offset()
|
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/ |
D | jp2kcodestream.h | 133 gint tile_x, tile_y; member
|
D | jp2kcodestream.c | 1084 tile->tile_x = tile->sot.tile_index % header->n_tiles_x; in parse_tile() 1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile() 1092 MIN (header->siz.xto + (tile->tile_x + 1) * header->siz.xt, in parse_tile()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 303 const unsigned tile_x = task->x, tile_y = task->y; in lp_rast_shade_tile() local 331 color[i] = lp_rast_get_color_block_pointer(task, i, tile_x + x, in lp_rast_shade_tile() 347 depth = lp_rast_get_depth_block_pointer(task, tile_x + x, in lp_rast_shade_tile() 365 tile_x + x, tile_y + y, in lp_rast_shade_tile()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2089 uint32_t tile_x = x / tile_width; in s8_offset() local 2097 + tile_x * tile_size in s8_offset()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.11.rst | 355 Assertion \`brw->has_surface_tile_offset \|\| (tile_x == 0 && tile_y
|