Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8enci.h49 RD_OPT_TRELLIS = 2, // perform trellis-quant on the final decision only enumerator
Dwebpenc.c101 : (method >= 5) ? RD_OPT_TRELLIS in MapConfigToTools()
Dquant.c1239 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h68 RD_OPT_TRELLIS = 2, // perform trellis-quant on the final decision only enumerator
Dwebpenc.c127 : (method >= 5) ? RD_OPT_TRELLIS in MapConfigToTools()
Dquant.c1035 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()