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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_align.c13 const unsigned short skip_amount = (boundary - (archive_handle->offset % boundary)) % boundary; local
15 archive_handle->seek(archive_handle, skip_amount);
16 archive_handle->offset += skip_amount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c720 int is_intra_likely, i, j, undamaged_count, skip_amount, mb_x, mb_y; local
749 skip_amount = FFMAX(undamaged_count / 50, 1); // check only up to 50 MBs
764 if ((j % skip_amount) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c684 int is_intra_likely, i, j, undamaged_count, skip_amount, mb_x, mb_y; local
712 skip_amount = FFMAX(undamaged_count / 50, 1); // check only up to 50 MBs
727 if ((j % skip_amount) != 0)

Completed in 200 milliseconds