Searched refs:cr_threshold (Results 1 – 2 of 2) sorted by relevance
128 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()
49 int cr_threshold; member72 …{ "cr_threshold","Conditional replenishment threshold", OFFSET(cr_threshold), AV_OPT_TYPE_INT,…