Home | History | Annotate | Download | only in enc

Lines Matching refs:rd_opt

1015                 VP8RDLevel rd_opt) {
1026 if (rd_opt > RD_OPT_NONE) {
1027 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL);
1033 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now