Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibwebpenc_common.c48 { "cr_threshold","Conditional replenishment threshold", OFFSET(cr_threshold), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
166 if (frame->linesize[1] != frame->linesize[2] || s->cr_threshold) { in ff_libwebp_get_frame()
167 if (!s->chroma_warning && !s->cr_threshold) { in ff_libwebp_get_frame()
181 if (s->cr_threshold) in ff_libwebp_get_frame()
189 if (s->cr_threshold) { in ff_libwebp_get_frame()
220 skip = sse < s->cr_threshold && frame->data[3] != s->ref->data[3]; in ff_libwebp_get_frame()
H A Dlibwebpenc_common.h49 int cr_threshold; member

Completed in 2 milliseconds