Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_common.c337 int i, ff_count; in ff_mjpeg_escape_FF() local
351 ff_count=0; in ff_mjpeg_escape_FF()
353 if(buf[i]==0xFF) ff_count++; in ff_mjpeg_escape_FF()
370 ff_count+= acc&0xFF; in ff_mjpeg_escape_FF()
373 if(buf[i]==0xFF) ff_count++; in ff_mjpeg_escape_FF()
376 if(ff_count==0) return; in ff_mjpeg_escape_FF()
379 skip_put_bytes(pb, ff_count); in ff_mjpeg_escape_FF()
381 for(i=size-1; ff_count; i--){ in ff_mjpeg_escape_FF()
385 buf[i+ff_count]= 0; in ff_mjpeg_escape_FF()
386 ff_count--; in ff_mjpeg_escape_FF()
[all …]