Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_common.c389 int i, ff_count; in ff_mjpeg_escape_FF() local
400 ff_count=0; in ff_mjpeg_escape_FF()
402 if(buf[i]==0xFF) ff_count++; in ff_mjpeg_escape_FF()
419 ff_count+= acc&0xFF; in ff_mjpeg_escape_FF()
422 if(buf[i]==0xFF) ff_count++; in ff_mjpeg_escape_FF()
425 if(ff_count==0) return; in ff_mjpeg_escape_FF()
428 skip_put_bytes(pb, ff_count); in ff_mjpeg_escape_FF()
430 for(i=size-1; ff_count; i--){ in ff_mjpeg_escape_FF()
434 buf[i+ff_count]= 0; in ff_mjpeg_escape_FF()
435 ff_count--; in ff_mjpeg_escape_FF()
[all …]