Searched refs:ENC_SKIP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c114 ENC_SKIP, enumerator in enum:__anon3107
400 // it is OK to move blocks to ENC_SKIP here
403 if(mb->best_encoding == ENC_SKIP) {
410 mb->best_encoding = ENC_SKIP;
424 mb->best_encoding = ENC_SKIP;
452 mb->best_encoding = ENC_SKIP;
645 if(info->mode == MODE_MC && mb->best_encoding == ENC_SKIP) {
700 flags |= (mb->best_encoding != ENC_SKIP) << (31 - bits++);
704 if(mb->best_encoding != ENC_SKIP) {
716 if(mb->best_encoding == ENC_SKIP || needs_extra_bi
[all...]

Completed in 52 milliseconds