Home
last modified time | relevance | path

Searched refs:luma_elim_threshold (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h116 int luma_elim_threshold; member
639 …FF_MPV_OFFSET(luma_elim_threshold), AV_OPT_TYPE_INT, { .i64 = 0 }, INT_MIN, INT_MAX, FF_MPV_OPT_FL…
Dmpegvideo_enc.c2530 if (s->luma_elim_threshold && !s->mb_intra) in encode_mb_internal()
2532 dct_single_coeff_elimination(s, i, s->luma_elim_threshold); in encode_mb_internal()