Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibwebpenc_common.c128 if (frame->linesize[1] != frame->linesize[2] || s->cr_threshold) { in ff_libwebp_get_frame()
129 if (!s->chroma_warning && !s->cr_threshold) { in ff_libwebp_get_frame()
143 if (s->cr_threshold) in ff_libwebp_get_frame()
151 if (s->cr_threshold) { in ff_libwebp_get_frame()
182 skip = sse < s->cr_threshold && frame->data[3] != s->ref->data[3]; in ff_libwebp_get_frame()
Dlibwebpenc_common.h49 int cr_threshold; member
72 …{ "cr_threshold","Conditional replenishment threshold", OFFSET(cr_threshold), AV_OPT_TYPE_INT,…