Searched refs:lumi_masking (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dratecontrol.c532 const float lumi_masking= s->avctx->lumi_masking / (128.0*128.0); local
575 factor*= (1.0 - (lumi-128)*(lumi-128)*lumi_masking);
H A Dlibxvidff.c311 if( 0.0 != avctx->lumi_masking ) {
H A Davcodec.h1875 float lumi_masking; member in struct:AVCodecContext
H A Doptions.c242 {"lumi_mask", "compresses bright areas stronger than medium ones", OFFSET(lumi_masking), AV_OPT_TYPE_FLOAT, {.dbl = 0 }, -FLT_MAX, FLT_MAX, V|E},
H A Dmpegvideo_enc.c376 s->adaptive_quant = (s->avctx->lumi_masking ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dratecontrol.c617 const float lumi_masking = s->avctx->lumi_masking / (128.0 * 128.0); local
658 factor *= (1.0 - (lumi - 128) * (lumi - 128) * lumi_masking);
H A Dlibxvid.c543 if (avctx->lumi_masking != 0.0)
551 /* The old behavior is that when avctx->lumi_masking is specified,
553 plugins[xvid_enc_create.num_plugins].param = avctx->lumi_masking ? NULL
H A Davcodec.h1538 float lumi_masking; member in struct:AVCodecContext
H A Doptions_table.h197 {"lumi_mask", "compresses bright areas stronger than medium ones", OFFSET(lumi_masking), AV_OPT_TYPE_FLOAT, {.dbl = 0 }, -FLT_MAX, FLT_MAX, V|E},
H A Dmpegvideo_enc.c370 s->adaptive_quant = (s->avctx->lumi_masking ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h1353 float lumi_masking; member in struct:AVCodecContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c4491 video_enc.lumi_masking = atof(arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c4571 video_enc.lumi_masking = atof(arg);

Completed in 402 milliseconds