Searched refs:ENC_V4 (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.c113 ENC_V4, enumerator in enum:__anon3107
388 mb->best_encoding = ENC_V4;
464 mb->best_encoding = ENC_V4;
672 if(s->mb[y].best_encoding == ENC_V4)
706 flags |= (mb->best_encoding == ENC_V4) << (31 - bits++);
725 flags = (mb->best_encoding == ENC_V4) << 31;
731 else if(mb->best_encoding == ENC_V4)
1015 new_v4_size = quantize(s, h, pict, 0, &info, ENC_V4);
1044 new_v4_size = quantize(s, h, pict, 0, &info, ENC_V4);
1097 else if(s->best_mb[x].best_encoding == ENC_V4)
[all...]

Completed in 51 milliseconds