Searched refs:max_qcoeff (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dmpegvideo_bfin.c137 *overflow= s->max_qcoeff < max; //overflow might have happened
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh261enc.c246 s->max_qcoeff= 127;
H A Dmjpegenc.c56 s->max_qcoeff= 1023;
H A Dmpeg12enc.c793 s->max_qcoeff= 255;
796 s->max_qcoeff= 2047;
H A Dmpegvideo.h416 int max_qcoeff; ///< maximum encodable coefficient member in struct:MpegEncContext
H A Dh263.c2071 s->max_qcoeff= 2047;
2102 s->max_qcoeff= 2047;
2105 s->max_qcoeff= 127;
2112 s->max_qcoeff= 1023;
2115 s->max_qcoeff= 127;
2122 s->max_qcoeff= 127;
H A Dmpegvideo_enc.c1384 const int maxlevel= s->max_qcoeff;
2846 if(s->qscale < 3 && s->max_qcoeff<=128 && s->pict_type==FF_I_TYPE && !(s->flags & CODEC_FLAG_QSCALE))
3049 *overflow= s->max_qcoeff < max; //overflow might have happened
3709 *overflow= s->max_qcoeff < max; //overflow might have happened
H A Dmsmpeg4.c174 s->max_qcoeff= 255;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dmpegvideo_mmx_template.c218 "movd %1, "MM"1 \n\t" // max_qcoeff
227 : "g" (s->max_qcoeff)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dmpegvideo_altivec.c363 LOAD4(max_q_int, &(s->max_qcoeff));

Completed in 191 milliseconds