Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c23 #define DO_TRELLIS_UV 0 // disable trellis for UV. Risky. Not worth. macro
804 if (DO_TRELLIS_UV && it->do_trellis_) { in ReconstructUV()