Searched refs:tile_size (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_common.h286 #define IVI_NUM_TILES(stride, tile_size) (((stride) + (tile_size) - 1) / (tile_size))
H A Dindeo5.c61 int result, i, p, tile_size, pic_size_indx, mb_size, blk_size, is_scalable; local
73 tile_size = (ctx->gop_flags & 0x40) ? 64 << get_bits(&ctx->gb, 2) : 0;
74 if (tile_size > 256) {
75 av_log(avctx, AV_LOG_ERROR, "Invalid tile size: %d\n", tile_size);
107 if (!tile_size) {
111 pic_conf.tile_height = pic_conf.tile_width = tile_size;
H A Dwmalosslessdec.c507 static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size) argument
513 s->transient_pos[ch] = get_bits(&s->gb, av_log2(tile_size));
533 for (; i < tile_size; i++) {
702 static void revert_mclms(WmallDecodeCtx *s, int tile_size) argument
705 for (icoef = 0; icoef < tile_size; icoef++) {
804 static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size) argument
810 for (icoef = 0; icoef < tile_size; icoef++) {
817 static void revert_acfilter(WmallDecodeCtx *s, int tile_size) argument
837 for (i = order; i < tile_size; i++) {
845 prevvalues[j] = s->channel_residues[ich][tile_size
[all...]
H A Dvp9.c3833 unsigned tile_size; local
3837 tile_size = size;
3839 tile_size = AV_RB32(data);
3843 if (tile_size > size) {
3847 ff_vp56_init_range_decoder(&s->c_b[tile_col], data, tile_size);
3852 data += tile_size;
3853 size -= tile_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_common.h265 #define IVI_NUM_TILES(stride, tile_size) (((stride) + (tile_size) - 1) / (tile_size))
H A Dindeo5.c62 int result, i, p, tile_size, pic_size_indx, mb_size, blk_size; local
74 tile_size = (ctx->gop_flags & 0x40) ? 64 << get_bits(&ctx->gb, 2) : 0;
75 if (tile_size > 256) {
76 av_log(avctx, AV_LOG_ERROR, "Invalid tile size: %d\n", tile_size);
108 if (!tile_size) {
112 pic_conf.tile_height = pic_conf.tile_width = tile_size;

Completed in 121 milliseconds