Searched refs:lowres (Results 26 - 49 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv10.c349 s->loop_filter = get_bits1(&s->gb) && !s->avctx->lowres;
446 if (!s->avctx->lowres)
H A Dutils.c255 s->width = FF_CEIL_RSHIFT(width, s->lowres);
256 s->height = FF_CEIL_RSHIFT(height, s->lowres);
436 if (s->codec_id == AV_CODEC_ID_H264 || s->lowres)
438 // which is also done in mpeg decoders with lowres > 0
893 frame->width = FFMAX(avctx->width, FF_CEIL_RSHIFT(avctx->coded_width, avctx->lowres));
894 frame->height = FFMAX(avctx->height, FF_CEIL_RSHIFT(avctx->coded_height, avctx->lowres));
1241 MAKE_ACCESSORS(AVCodecContext, codec, int, lowres)
1455 if (avctx->codec->max_lowres < avctx->lowres || avctx->lowres < 0) {
1456 av_log(avctx, AV_LOG_ERROR, "The maximum value for lowres supporte
[all...]
H A Dmpegvideo.h796 const int block_size= 8 >> s->avctx->lowres;
H A Davcodec.h1397 * the decoded frame is cropped before being output or lowres is enabled.
2694 int lowres; member in struct:AVCodecContext
2977 int lowres; member in struct:AVCodecContext
3108 uint8_t max_lowres; ///< maximum value for lowres supported by the decoder, no direct access, use av_codec_get_max_lowres()
H A Dmpeg12dec.c1708 const int lowres = s->avctx->lowres; local
1844 s->dest[0] += 16 >> lowres;
1845 s->dest[1] +=(16 >> lowres) >> s->chroma_x_shift;
1846 s->dest[2] +=(16 >> lowres) >> s->chroma_x_shift;
1851 const int mb_size = 16 >> s->avctx->lowres;
H A Dh263dec.c176 const int mb_size = 16 >> s->avctx->lowres;
H A Dituh263dec.c947 if(s->avctx->lowres)
H A Derror_resilience.c872 s->avctx->lowres ||
H A Doptions_table.h343 {"lowres", "decode at 1= 1/2, 2=1/4, 3=1/8 resolutions", OFFSET(lowres), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|A|D},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h741 const int block_size= 8>>s->avctx->lowres;
H A Dmpeg12.c1631 const int lowres = s->avctx->lowres; local
1752 s->dest[0] += 16 >> lowres;
1753 s->dest[1] +=(16 >> lowres) >> s->chroma_x_shift;
1754 s->dest[2] +=(16 >> lowres) >> s->chroma_x_shift;
1759 const int mb_size = 16 >> s->avctx->lowres;
H A Ddv.c335 if (avctx->lowres){
474 const int log2_blocksize = 3-s->avctx->lowres;
H A Dh263dec.c152 const int mb_size= 16>>s->avctx->lowres;
H A Drv10.c411 if(!s->avctx->lowres)
H A Davcodec.h2536 int lowres; member in struct:AVCodecContext
2539 * Bitstream width / height, may be different from width/height if lowres enabled.
3225 uint8_t max_lowres; ///< maximum value for lowres supported by the decoder
H A Ddsputil.c2815 if(avctx->lowres==1){
2820 }else if(avctx->lowres==2){
2825 }else if(avctx->lowres==3){
H A Derror_resilience.c894 if (!s->err_recognition || s->error_count == 0 || s->avctx->lowres ||
H A Doptions.c394 {"lowres", "decode at 1= 1/2, 2=1/4, 3=1/8 resolutions", OFFSET(lowres), AV_OPT_TYPE_INT, {.dbl = 0 }, 0, INT_MAX, V|A|D},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c248 static int lowres = 0; variable
1303 "size of %dx%d pixels. Try using -lowres or -vf \"scale=w:h\"\n"
2184 avctx->lowres = lowres;
2192 if (lowres) avctx->flags |= CODEC_FLAG_EMU_EDGE;
2979 { "lowres", OPT_INT | HAS_ARG | OPT_EXPERT, { (void*)&lowres }, "", "" },
H A Dffmpeg.c2169 if (icodec->lowres)
2170 codec->sample_rate >>= icodec->lowres;
3286 if (dec->lowres) {
3288 dec->height >>= dec->lowres;
3289 dec->width >>= dec->lowres;
H A Davconv.c3205 if (dec->lowres) {
3207 dec->height >>= dec->lowres;
3208 dec->width >>= dec->lowres;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h1978 int lowres; member in struct:AVCodecContext
1981 * Bitstream width / height, may be different from width/height if lowres
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c312 static int lowres = 0; variable
1543 "size of %dx%d pixels. Try using -lowres or -vf \"scale=w:h\"\n"
2544 int stream_lowres = lowres;
2570 av_log(avctx, AV_LOG_WARNING, "The maximum value for lowres supported by the decoder is %d\n",
2585 av_dict_set(&opts, "lowres", av_asprintf("%d", stream_lowres), AV_DICT_DONT_STRDUP_VAL);
3573 { "lowres", OPT_INT | HAS_ARG | OPT_EXPERT, { &lowres }, "", "" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c2463 if (avctx->lowres == 0 && avctx->bits_per_raw_sample <= 8) {

Completed in 229 milliseconds

12