Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxinternal.c432 static int IsNotCompatible(int feature, int num_items) { in IsNotCompatible() function
450 if (feature != NO_FLAG && IsNotCompatible(vp8x_flags & feature, *num)) { in ValidateChunk()