Lines Matching defs:ENC_SKIP
83 ENC_SKIP,
325 // it is OK to move blocks to ENC_SKIP here
328 if (mb->best_encoding == ENC_SKIP) {
332 mb->best_encoding = ENC_SKIP;
340 mb->best_encoding = ENC_SKIP;
359 mb->best_encoding = ENC_SKIP;
557 if (info->mode == MODE_MC && mb->best_encoding == ENC_SKIP) {
614 flags |= (uint32_t)(mb->best_encoding != ENC_SKIP) << (31 - bits++);
618 if (mb->best_encoding != ENC_SKIP) {
630 if (mb->best_encoding == ENC_SKIP || needs_extra_bit) {
841 // keyframes are different only because we disallow ENC_SKIP on them -- rl
980 // in theory we could have MODE_MC without ENC_SKIP,