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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c1269 int nb_slices = (HAVE_THREADS && local
1274 nb_slices = s->avctx->slices;
1287 if (nb_slices > MAX_THREADS || (nb_slices > s->mb_height && s->mb_height)) {
1294 " reducing to %d\n", nb_slices, max_slices);
1295 nb_slices = max_slices;
1350 if (nb_slices > 1) {
1351 for (i = 1; i < nb_slices; i++) {
1356 for (i = 0; i < nb_slices; i++) {
1360 (s->mb_height * (i) + nb_slices /
1480 int nb_slices = s->slice_context_count; local
[all...]
H A Dh264_slice.c1148 int nb_slices = (HAVE_THREADS && local
1177 if (nb_slices > H264_MAX_THREADS || (nb_slices > h->mb_height && h->mb_height)) {
1184 " reducing to %d\n", nb_slices, max_slices);
1185 nb_slices = max_slices;
1187 h->slice_context_count = nb_slices;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.c661 int nb_slices = (HAVE_THREADS && local
666 nb_slices = s->avctx->slices;
679 if (nb_slices > MAX_THREADS || (nb_slices > s->mb_height && s->mb_height)) {
686 " reducing to %d\n", nb_slices, max_slices);
687 nb_slices = max_slices;
893 if (nb_slices > 1) {
894 for (i = 1; i < nb_slices; i++) {
899 for (i = 0; i < nb_slices; i++) {
903 (s->mb_height * (i) + nb_slices /
[all...]

Completed in 78 milliseconds