Searched refs:RD_OPT_BASIC (Results 1 – 3 of 3) sorted by relevance
102 : (method >= 3) ? RD_OPT_BASIC in MapConfigToTools()117 enc->use_tokens_ = (enc->rd_opt_level_ >= RD_OPT_BASIC); // need rd stats in MapConfigToTools()
44 RD_OPT_BASIC = 1, // basic scoring (no trellis) enumerator
624 (method >= 3 || do_search) ? RD_OPT_BASIC : RD_OPT_NONE; in StatLoop()798 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop()