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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_init_armv5te.c32 if (!avctx->lowres && avctx->bits_per_raw_sample <= 8 &&
H A Ddsputil_init_arm.c83 if (!avctx->lowres && avctx->bits_per_raw_sample <= 8) {
H A Ddsputil_init_armv6.c77 if (!avctx->lowres && avctx->bits_per_raw_sample <= 8 &&
H A Ddsputil_init_neon.c186 if (!avctx->lowres && avctx->bits_per_raw_sample <= 8) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Didctdsp_init_armv5te.c35 if (!avctx->lowres && !high_bit_depth &&
H A Didctdsp_init_armv6.c38 if (!avctx->lowres && !high_bit_depth) {
H A Didctdsp_init_neon.c40 if (!avctx->lowres && !high_bit_depth) {
H A Didctdsp_init_arm.c75 if (!avctx->lowres && !high_bit_depth) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Didctdsp_init.c71 if (avctx->lowres == 0 && !high_bit_depth) {
94 if (!high_bit_depth && avctx->idct_algo == FF_IDCT_XVIDMMX && avctx->lowres == 0) {
102 if (!high_bit_depth && avctx->idct_algo == FF_IDCT_XVIDMMX && avctx->lowres == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Didctdsp_alpha.c48 if (!high_bit_depth && !avctx->lowres &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c384 ff_h264chroma_init(&s->h264chroma, 8); //for lowres
2425 const int lowres = s->avctx->lowres; local
2426 const int op_index = FFMIN(lowres, 3);
2427 const int s_mask = (2 << lowres) - 1;
2438 src_x += motion_x >> lowres + 1;
2439 src_y += motion_y >> lowres + 1;
2454 sx = (sx << 2) >> lowres;
2455 sy = (sy << 2) >> lowres;
2478 const int lowres local
2606 const int lowres = s->avctx->lowres; local
2676 const int lowres = s->avctx->lowres; local
[all...]
H A Dmsmpeg4.c276 int bs = 8 >> s->avctx->lowres;
285 else a= get_dc(dest-bs, wrap, scale*8>>(2*s->avctx->lowres), bs);
287 else c= get_dc(dest-bs*wrap, wrap, scale*8>>(2*s->avctx->lowres), bs);
H A Didctdsp.c252 if (avctx->lowres==1) {
257 } else if (avctx->lowres==2) {
262 } else if (avctx->lowres==3) {
H A Davrndec.c43 if(!a->is_mjpeg && avctx->lowres) {
44 av_log(avctx, AV_LOG_ERROR, "lowres is not possible with rawvideo\n");
H A Dintelh263dec.c84 s->loop_filter = get_bits1(&s->gb) * !s->avctx->lowres;
H A Ddvdec.c75 if (avctx->lowres){
178 const int log2_blocksize = 3-s->avctx->lowres;
H A Dmjpegdec.c264 if(s->lossless && s->avctx->lowres){
265 av_log(s->avctx, AV_LOG_ERROR, "lowres is not possible with lossless jpeg\n");
532 if ((s->upscale_h || s->upscale_v) && s->avctx->lowres) {
533 av_log(s->avctx, AV_LOG_ERROR, "lowres not supported for weird subsampling\n");
1138 int linesize, int lowres)
1140 switch (lowres) {
1155 int size = 8 >> s->avctx->lowres;
1221 (h * mb_x + x) * 8 * bytes_per_pixel) >> s->avctx->lowres);
1229 linesize[c], s->avctx->lowres);
1305 uint8_t *ptr = data + (mb_y * linesize * 8 >> s->avctx->lowres);
1136 mjpeg_copy_block(MJpegDecodeContext *s, uint8_t *dst, const uint8_t *src, int linesize, int lowres) argument
[all...]
H A Dlibopenjpegdec.c337 ctx->dec_params.cp_reduce = avctx->lowres;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.c1827 const int lowres = s->avctx->lowres; local
1828 const int op_index = FFMIN(lowres, 2);
1829 const int s_mask = (2 << lowres) - 1;
1840 src_x += motion_x >> lowres + 1;
1841 src_y += motion_y >> lowres + 1;
1856 sx = (sx << 2) >> lowres;
1857 sy = (sy << 2) >> lowres;
1880 const int lowres = s->avctx->lowres; local
1986 const int lowres = s->avctx->lowres; local
2053 const int lowres = s->avctx->lowres; local
[all...]
H A Dlibopenjpeg.c161 ctx->dec_params.cp_reduce = avctx->lowres;
H A Dmjpegdec.c810 int linesize, int lowres)
812 switch (lowres) {
883 (h * mb_x + x) * 8) >> s->avctx->lowres);
891 linesize[c], s->avctx->lowres);
986 int block_offset = (mb_y * linesize * 8 >> s->avctx->lowres);
1012 linesize, s->avctx->lowres);
1015 ptr += 8 >> s->avctx->lowres;
809 mjpeg_copy_block(uint8_t *dst, const uint8_t *src, int linesize, int lowres) argument
H A Dutils.c136 s->width = -((-width )>>s->lowres);
137 s->height= -((-height)>>s->lowres);
221 if(s->codec_id == CODEC_ID_H264 || s->lowres)
223 // which is also done in mpeg decoders with lowres > 0
762 if (avctx->codec->max_lowres < avctx->lowres) {
763 av_log(avctx, AV_LOG_ERROR, "The maximum value for lowres supported by the decoder is %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Ddsputil_ppc.c182 if (avctx->lowres == 0 && avctx->bits_per_raw_sample <= 8) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Didctdsp.c251 if (!high_bit_depth && avctx->lowres == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Ddsputil_alpha.c339 if (!avctx->lowres && avctx->bits_per_raw_sample <= 8 &&

Completed in 257 milliseconds

12