Home
last modified time | relevance | path

Searched refs:tile_x (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c299 int tile_x, int tile_y, int bits, in GetBestPredictorForTile()
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_ in VP8LResidualImage()
298 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, int accumulated[4][256], uint32_t* const argb_scratch, const uint32_t* const argb, int max_quantization, int exact, int used_subtract_green, const uint32_t* const modes) GetBestPredictorForTile() argument
675 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) GetBestColorTransformForTile() argument
703 CopyTileWithColorTransform(int xsize, int ysize, int tile_x, int tile_y, int max_tile_size, VP8LMultipliers color_transform, uint32_t* argb) CopyTileWithColorTransform() argument
724 int tile_x, tile_y; VP8LColorSpaceTransform() local
[all...]
H A Dvp8l_enc.c962 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/
H A Dvc4_tiling.c80 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()
H A Dvc4_resource.c878 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/
H A Dg2meet.c144 int tiles_x, tiles_y, tile_x, tile_y; member
864 static int epic_jb_decode_tile(G2MContext *c, int tile_x, int tile_y, in epic_jb_decode_tile() argument
898 tile_width = FFMIN(c->width - tile_x * c->tile_width, c->tile_width); in epic_jb_decode_tile()
936 "ePIC: tile decoding failed, frame=%d, tile_x=%d, tile_y=%d\n", in epic_jb_decode_tile()
937 avctx->frame_number, tile_x, tile_y); in epic_jb_decode_tile()
942 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile()
993 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile()
1006 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile()
1050 static int kempf_decode_tile(G2MContext *c, int tile_x, int tile_y, in kempf_decode_tile() argument
1062 uint8_t *dst = c->framebuf + tile_x * in kempf_decode_tile()
[all...]
H A Dhevc_ps.c1428 int tile_x = 0; in setup_pps() local
1434 tile_x = i; in setup_pps()
1446 for (i = 0; i < tile_x; i++) in setup_pps()
1451 val += (tb_y - pps->row_bd[tile_y]) * pps->column_width[tile_x] + in setup_pps()
1452 tb_x - pps->col_bd[tile_x]; in setup_pps()
H A Dexr.c1193 uint64_t tile_x, tile_y, tile_level_x, tile_level_y; in decode_block() local
1215 tile_x = AV_RL32(src - 20); in decode_block()
1229 if (tile_x && s->tile_attr.xSize + (int64_t)FFMAX(s->xmin, 0) >= INT_MAX / tile_x ) in decode_block()
1235 col = s->tile_attr.xSize * tile_x; in decode_block()
1242 td->xsize = FFMIN(s->tile_attr.xSize, s->xdelta - tile_x * s->tile_attr.xSize); in decode_block()
H A Dtiff.c963 int tile_x = 0, tile_y = 0; in dng_decode_tiles() local
979 tile_x = tile_idx % tile_count_x; in dng_decode_tiles()
982 if (has_width_leftover && tile_x == tile_count_x - 1) // If on the right-most tile in dng_decode_tiles()
1013 if (tile_x == tile_count_x - 1) { // If on the right edge in dng_decode_tiles()
/third_party/mesa3d/src/asahi/lib/
H A Dtiling.c108 unsigned tile_x = (x >> tile_shift);\
109 unsigned tile_idx = (tile_row + tile_x);\
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c69 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()
H A Dcrocus_resource.c1338 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/
H A Dtest-tiling.cpp56 unsigned tile_x = x / tilesize;
65 unsigned col_offset = (tile_x * tilesize * tilesize) * blocksize;
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c303 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/
H A Diris_resource.c2089 uint32_t tile_x = x / tile_width; in s8_offset() local
2097 + tile_x * tile_size in s8_offset()

Completed in 28 milliseconds