Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnowenc.c1037 if(pass && (block->type & BLOCK_OPT)) in iterative_me()
1039 block->type |= BLOCK_OPT; in iterative_me()
1167 if(tb ) tb ->type &= ~BLOCK_OPT; in iterative_me()
1168 if(lb ) lb ->type &= ~BLOCK_OPT; in iterative_me()
1169 if(rb ) rb ->type &= ~BLOCK_OPT; in iterative_me()
1170 if(bb ) bb ->type &= ~BLOCK_OPT; in iterative_me()
1171 if(tlb) tlb->type &= ~BLOCK_OPT; in iterative_me()
1172 if(trb) trb->type &= ~BLOCK_OPT; in iterative_me()
1173 if(blb) blb->type &= ~BLOCK_OPT; in iterative_me()
1174 if(brb) brb->type &= ~BLOCK_OPT; in iterative_me()
Dsnow.h59 #define BLOCK_OPT 2 ///< Block needs no checks in this round of iterative motion estiat… macro