Home
last modified time | relevance | path

Searched refs:tile_height (Results 1 - 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse41.c51 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41()
60 for (y = 0; y < tile_height; ++y) { in CollectColorBlueTransforms_SSE41()
90 left_over, tile_height, in CollectColorBlueTransforms_SSE41()
97 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41()
104 for (y = 0; y < tile_height; ++y) { in CollectColorRedTransforms_SSE41()
132 left_over, tile_height, green_to_red, in CollectColorRedTransforms_SSE41()
50 CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_SSE41() argument
96 CollectColorRedTransforms_SSE41(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) CollectColorRedTransforms_SSE41() argument
H A Dlossless.h142 int tile_width, int tile_height,
148 int tile_width, int tile_height,
157 int tile_width, int tile_height,
160 int tile_width, int tile_height,
H A Dlossless_enc_mips_dsp_r2.c177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2()
184 while (tile_height-- > 0) { in CollectColorBlueTransforms_MIPSdspR2()
231 int tile_height, in CollectColorRedTransforms_MIPSdspR2()
235 while (tile_height-- > 0) { in CollectColorRedTransforms_MIPSdspR2()
174 CollectColorBlueTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_MIPSdspR2() argument
228 CollectColorRedTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) CollectColorRedTransforms_MIPSdspR2() argument
H A Dlossless_enc_sse2.c83 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE2()
91 for (y = 0; y < tile_height; ++y) { in CollectColorBlueTransforms_SSE2()
123 left_over, tile_height, in CollectColorBlueTransforms_SSE2()
130 int tile_width, int tile_height, in CollectColorRedTransforms_SSE2()
137 for (y = 0; y < tile_height; ++y) { in CollectColorRedTransforms_SSE2()
163 left_over, tile_height, in CollectColorRedTransforms_SSE2()
82 CollectColorBlueTransforms_SSE2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_SSE2() argument
129 CollectColorRedTransforms_SSE2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) CollectColorRedTransforms_SSE2() argument
H A Dlossless_enc.c579 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C()
581 while (tile_height-- > 0) { in VP8LCollectColorRedTransforms_C()
591 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C()
594 while (tile_height-- > 0) { in VP8LCollectColorBlueTransforms_C()
578 VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) VP8LCollectColorRedTransforms_C() argument
590 VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) VP8LCollectColorBlueTransforms_C() argument
/third_party/ffmpeg/libavcodec/
H A Divi.h208 uint16_t tile_height; member
278 str1->tile_width != str2->tile_width || str1->tile_height != str2->tile_height || in ivi_pic_config_cmp()
286 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \
287 ((((tile_width) + (mb_size) - 1) / (mb_size)) * (((tile_height) + (mb_size) - 1) / (mb_size)))
333 * @param[in] tile_height tile height
336 int ff_ivi_init_tiles(IVIPlaneDesc *planes, int tile_width, int tile_height);
H A Dg2meet.c143 int tile_width, tile_height; member
798 static int epic_decode_tile(ePICContext *dc, uint8_t *out, int tile_height, in epic_decode_tile() argument
805 for (y = 0; y < tile_height; y++, out += stride) { in epic_decode_tile()
869 int extrabytes, tile_width, tile_height, awidth, aheight; in epic_jb_decode_tile() local
899 tile_height = FFMIN(c->height - tile_y * c->tile_height, c->tile_height); in epic_jb_decode_tile()
901 aheight = FFALIGN(tile_height, 16); in epic_jb_decode_tile()
928 ret = epic_decode_tile(&c->ec, c->epic_buf, tile_height, tile_width, in epic_jb_decode_tile()
943 tile_y * c->tile_height * in epic_jb_decode_tile()
[all...]
H A Darbc.c76 static int fill_tileX(AVCodecContext *avctx, int tile_width, int tile_height, in fill_tileX() argument
81 const int step_h = tile_height / 4; in fill_tileX()
87 if ((avctx->width / tile_width + 1) * (avctx->height / tile_height + 1) < nb_tiles) in fill_tileX()
94 int start_y = y * tile_height, start_x = x * tile_width; in fill_tileX()
95 int end_y = start_y + tile_height, end_x = start_x + tile_width; in fill_tileX()
H A Dmediacodec_sw_buffer.c296 size_t tile_height = height; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() local
318 if (tile_height > QCOM_TILE_HEIGHT) in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
319 tile_height = QCOM_TILE_HEIGHT; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
321 tile_height /= 2; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
322 while (tile_height--) { in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
H A Dindeo5.c109 pic_conf.tile_height = pic_conf.pic_height; in decode_gop_header()
112 pic_conf.tile_height = pic_conf.tile_width = tile_size; in decode_gop_header()
253 pic_conf.tile_height); in decode_gop_header()
661 ctx->pic_conf.tile_height = avctx->height; in decode_init()
H A Dj2kenc.c121 int tile_width, tile_height; ///< tile size member
168 fprintf(fd, "XSiz = %d, YSiz = %d, tile_width = %d, tile_height = %d\n"
171 s->width, s->height, s->tile_width, s->tile_height,
315 bytestream_put_be32(&s->buf, s->tile_height); // YTSiz in put_siz()
461 s->numYtiles = ff_jpeg2000_ceildiv(s->height, s->tile_height); in init_tiles()
484 comp->coord[1][0] = comp->coord_o[1][0] = tiley * s->tile_height; in init_tiles()
485 comp->coord[1][1] = comp->coord_o[1][1] = FFMIN((tiley+1)*s->tile_height, s->height); in init_tiles()
951 tile_coord[1][0] = row * s->tile_height; in encode_packets()
952 tile_coord[1][1] = FFMIN(tile_coord[1][0] + s->tile_height, s->height); in encode_packets()
1751 (s->tile_height in j2kenc_init()
[all...]
H A Dindeo4.c162 pic_conf.tile_height = scale_tile_size(pic_conf.pic_height, get_bits(&ctx->gb, 4)); in decode_pic_hdr()
165 pic_conf.tile_height = pic_conf.pic_height; in decode_pic_hdr()
215 ctx->pic_conf.tile_height)) { in decode_pic_hdr()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_tiler.c230 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) in pan_tile_count() argument
233 unsigned aligned_height = ALIGN_POT(height, tile_height); in pan_tile_count()
236 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dtiffdec.c159 uint32_t image_width, image_height, tile_width, tile_height; in ReadTIFF() local
212 TIFFGetField(tif, TIFFTAG_TILELENGTH, &tile_height)) { in ReadTIFF()
214 (tile_height > 32 && tile_height / 2 > image_height) || in ReadTIFF()
216 (uint64_t)tile_width * sizeof(*raster), tile_height)) { in ReadTIFF()
218 tile_width, tile_height); in ReadTIFF()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed()
547 VP8LCollectColorRedTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorRed()
564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed()
571 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
582 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue()
600 VP8LCollectColorBlueTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorBlue()
628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue()
642 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
652 argb, stride, tile_width, tile_height, prev_ in GetBestGreenRedToBlue()
540 GetPredictionCostCrossColorRed( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_red, const int accumulated_red_histo[256]) GetPredictionCostCrossColorRed() argument
563 GetBestGreenToRed( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_red_histo[256], VP8LMultipliers* const best_tx) GetBestGreenToRed() argument
593 GetPredictionCostCrossColorBlue( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) GetPredictionCostCrossColorBlue() argument
627 GetBestGreenRedToBlue( const uint32_t* argb, int stride, int tile_width, int tile_height, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, const int accumulated_blue_histo[256], VP8LMultipliers* const best_tx) GetBestGreenRedToBlue() argument
689 const int tile_height = all_y_max - tile_y_offset; GetBestColorTransformForTile() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_job.c207 job->tile_height = 32; in vc4_get_job()
210 job->tile_height = 64; in vc4_get_job()
266 job->tile_height); in vc4_get_job_for_fbo()
462 submit.min_y_tile = job->draw_min_y / job->tile_height; in vc4_job_submit()
464 submit.max_y_tile = (job->draw_max_y - 1) / job->tile_height; in vc4_job_submit()
H A Dvc4_blit.c58 int tile_height = msaa ? 32 : 64; in vc4_tile_blit() local
81 is_tile_unaligned(info->dst.box.y, tile_height) || in vc4_tile_blit()
84 (is_tile_unaligned(info->dst.box.height, tile_height) && in vc4_tile_blit()
143 job->tile_height = tile_height; in vc4_tile_blit()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c155 unsigned height, tile_height; in r300_texture_get_nblocksy() local
168 tile_height = r300_get_pixel_alignment(tex->b.format, in r300_texture_get_nblocksy()
173 height = align(height, tile_height); in r300_texture_get_nblocksy()
190 height >= tile_height * 3) { in r300_texture_get_nblocksy()
191 height = align(height, tile_height * 2); in r300_texture_get_nblocksy()
194 *out_aligned_for_cbzb = height % (tile_height * 2) == 0; in r300_texture_get_nblocksy()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_gem.c147 exec->tile_height = 32; in vc4_cl_validate()
150 exec->tile_height = 64; in vc4_cl_validate()
H A Dvc4_drv.h84 uint32_t tile_width, tile_height; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info()
92 t->tile.height = tile_height; in pipe_linear_fill_info()
84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) pipe_linear_fill_info() argument
H A Du_linear.h83 * @tile_height the height of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c485 uint32_t tile_width, tile_height, max_bpp; in v3d_tlb_blit() local
488 &tile_width, &tile_height, &max_bpp); in v3d_tlb_blit()
495 is_tile_unaligned(info->dst.box.y, tile_height) || in v3d_tlb_blit()
498 (is_tile_unaligned(info->dst.box.height, tile_height) && in v3d_tlb_blit()
513 job->tile_height = tile_height; in v3d_tlb_blit()
532 job->tile_height); in v3d_tlb_blit()
H A Dv3d_context.c250 uint32_t *tile_height, in v3d_get_tile_buffer_size()
273 tile_width, tile_height); in v3d_get_tile_buffer_size()
244 v3d_get_tile_buffer_size(bool is_msaa, bool double_buffer, uint32_t nr_cbufs, struct pipe_surface **cbufs, struct pipe_surface *bbuf, uint32_t *tile_width, uint32_t *tile_height, uint32_t *max_bpp) v3d_get_tile_buffer_size() argument
/third_party/mesa3d/src/panfrost/shared/test/
H A Dtest-tiling.cpp131 unsigned tile_height = util_format_is_compressed(format) ? 4 : 16;
135 unsigned tiled_stride = tiled_width * tile_height * bpp;

Completed in 23 milliseconds

12