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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_common.h209 uint16_t tile_height; member in struct:IVIPicConfig
281 str1->tile_width != str2->tile_width || str1->tile_height != str2->tile_height ||
289 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \
290 ((((tile_width) + (mb_size) - 1) / (mb_size)) * (((tile_height) + (mb_size) - 1) / (mb_size)))
336 * @param[in] tile_height tile height
339 int ff_ivi_init_tiles(IVIPlaneDesc *planes, int tile_width, int tile_height);
H A Dg2meet.c94 int tile_width, tile_height; member in struct:G2MContext
354 uLongf dlen = (c->tile_width + 1) * c->tile_height;
359 tile_y * c->tile_height * c->framebuf_stride;
365 height = FFMIN(c->height - tile_y * c->tile_height, c->tile_height);
471 c->old_tile_h < c->tile_height) {
473 aligned_height = FFALIGN(c->tile_height, 16);
738 c->tile_height = bytestream2_get_be32(&bc);
739 if (!c->tile_width || !c->tile_height ||
740 ((c->tile_width | c->tile_height)
[all...]
H A Dindeo5.c108 pic_conf.tile_height = pic_conf.pic_height;
111 pic_conf.tile_height = pic_conf.tile_width = tile_size;
252 pic_conf.tile_height);
657 ctx->pic_conf.tile_height = avctx->height;
H A Dj2kenc.c70 int tile_width, tile_height; ///< tile size member in struct:__anon3170
107 fprintf(fd, "XSiz = %d, YSiz = %d, tile_width = %d, tile_height = %d\n"
110 s->width, s->height, s->tile_width, s->tile_height,
247 bytestream_put_be32(&s->buf, s->tile_height); // YTSiz
344 s->numYtiles = ff_jpeg2000_ceildiv(s->height, s->tile_height);
362 comp->coord[1][0] = comp->coord_o[1][0] = tiley * s->tile_height;
363 comp->coord[1][1] = comp->coord_o[1][1] = FFMIN((tiley+1)*s->tile_height, s->height);
993 s->tile_height = 256;
H A Dindeo4.c166 pic_conf.tile_height = scale_tile_size(pic_conf.pic_height, get_bits(&ctx->gb, 4));
172 pic_conf.tile_height = pic_conf.pic_height;
215 ctx->pic_conf.tile_height)) {
H A Djpeg2000dec.c84 int tile_width, tile_height; member in struct:Jpeg2000DecoderContext
244 s->tile_height = bytestream2_get_be32u(&s->g); // YTSiz
268 if (s->tile_width <= 0 || s->tile_height <= 0) {
270 s->tile_width, s->tile_height);
293 s->numYtiles = ff_jpeg2000_ceildiv(s->height - s->tile_offset_y, s->tile_height);
689 comp->coord_o[1][0] = FFMAX(tiley * s->tile_height + s->tile_offset_y, s->image_offset_y);
690 comp->coord_o[1][1] = FFMIN((tiley + 1) * s->tile_height + s->tile_offset_y, s->height);
H A Divi_common.c420 int tile_width, int tile_height)
427 t_height = !p ? tile_height : (tile_height + 3) >> 2;
419 ff_ivi_init_tiles(IVIPlaneDesc *planes, int tile_width, int tile_height) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_common.h194 uint16_t tile_height; member in struct:__anon1938
260 str1->tile_width != str2->tile_width || str1->tile_height != str2->tile_height ||
268 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \
269 ((((tile_width) + (mb_size) - 1) / (mb_size)) * (((tile_height) + (mb_size) - 1) / (mb_size)))
348 * @param[in] tile_height tile height
351 int ff_ivi_init_tiles(IVIPlaneDesc *planes, int tile_width, int tile_height);
H A Dindeo5.c109 pic_conf.tile_height = pic_conf.pic_height;
112 pic_conf.tile_height = pic_conf.tile_width = tile_size;
232 pic_conf.tile_height);
612 ctx->pic_conf.tile_height = avctx->height;
H A Dindeo4.c181 pic_conf.tile_height = scale_tile_size(pic_conf.pic_height, get_bits(&ctx->gb, 4));
187 pic_conf.tile_height = pic_conf.pic_height;
228 ctx->pic_conf.tile_height)) {
H A Divi_common.c258 int av_cold ff_ivi_init_tiles(IVIPlaneDesc *planes, int tile_width, int tile_height) argument
266 t_height = !p ? tile_height : (tile_height + 3) >> 2;

Completed in 286 milliseconds