Searched refs:adaptive_quant (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c650 if (IS_INTRA16x16(mb_type) || (s->pict_type != AV_PICTURE_TYPE_I && s->adaptive_quant && cbp)) {
774 s->adaptive_quant = get_bits1(&s->gb);
978 s->adaptive_quant, s->qscale, h->slice_num);
H A Dmpegvideo.h329 int adaptive_quant; ///< use adaptive quantization member in struct:MpegEncContext
H A Dmpegvideo_enc.c376 s->adaptive_quant = (s->avctx->lumi_masking ||
1495 if (s->adaptive_quant) {
1748 if (s->adaptive_quant) {
3027 if(s->adaptive_quant){
H A Dratecontrol.c799 if(s->adaptive_quant)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c86 int adaptive_quant; member in struct:__anon3227
706 (h->pict_type != AV_PICTURE_TYPE_I && s->adaptive_quant && cbp)) {
837 s->adaptive_quant = get_bits1(&h->gb);
1228 s->adaptive_quant, h->qscale, h->slice_num);
H A Dmpegvideo.h350 int adaptive_quant; ///< use adaptive quantization member in struct:MpegEncContext
H A Dmpegvideo_enc.c370 s->adaptive_quant = (s->avctx->lumi_masking ||
1746 if (s->adaptive_quant) {
2025 if (s->adaptive_quant) {
3384 if(s->adaptive_quant){
H A Dratecontrol.c898 if (s->adaptive_quant)

Completed in 112 milliseconds