Searched refs:n_slices (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c5808 int buf_size = avpkt->size, n_slices = 0, i, ret; local
5875 tmp = av_realloc_array(slices, sizeof(*slices), (n_slices+1));
5879 slices[n_slices].buf = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
5880 if (!slices[n_slices].buf)
5883 slices[n_slices].buf);
5884 init_get_bits(&slices[n_slices].gb, slices[n_slices].buf,
5888 slices[n_slices].mby_start = s->mb_height + 1 >> 1;
5889 n_slices1 = n_slices - 1; // index of the last slice of the first field
5890 n_slices
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c5308 int buf_size = avpkt->size, n_slices = 0, i; local
5364 slices = av_realloc(slices, sizeof(*slices) * (n_slices+1));
5367 slices[n_slices].buf = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
5368 if (!slices[n_slices].buf)
5371 slices[n_slices].buf);
5372 init_get_bits(&slices[n_slices].gb, slices[n_slices].buf,
5376 slices[n_slices].mby_start = s->mb_height >> 1;
5377 n_slices1 = n_slices - 1; // index of the last slice of the first field
5378 n_slices
[all...]

Completed in 181 milliseconds