Searched refs:slice_count (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi.h147 unsigned int slice_count; member in struct:vaapi_context
H A Dvdpau_internal.h34 int buf_size, int slice_count);
H A Dvaapi.c85 if (vactx->slice_count == 0)
100 vactx->slice_count, vactx->slice_params,
103 vactx->slice_count = 0;
163 (vactx->slice_count + 1) * vactx->slice_param_size);
168 slice_param = (VASliceParameterBufferBase *)(slice_params + vactx->slice_count * vactx->slice_param_size);
173 vactx->slice_count++;
203 vactx->slice_count = 0;
H A Ddxva2_mpeg2.c29 unsigned slice_count; member in struct:dxva2_picture_context
168 for (i = 0; i < ctx_pic->slice_count; i++) {
178 if (i < ctx_pic->slice_count - 1)
191 if (i < ctx_pic->slice_count)
202 ctx_pic->slice_count * sizeof(*ctx_pic->slice),
222 ctx_pic->slice_count = 0;
236 if (ctx_pic->slice_count >= MAX_SLICES)
244 fill_slice(avctx, s, &ctx_pic->slice[ctx_pic->slice_count++], position,
255 if (ctx_pic->slice_count <= 0 || ctx_pic->bitstream_size <= 0)
H A Dmpeg12.h38 int slice_count; member in struct:Mpeg1Context
H A Ddxva2_h264.c30 unsigned slice_count; member in struct:dxva2_picture_context
300 for (i = 0; i < ctx_pic->slice_count; i++) {
327 if (i < ctx_pic->slice_count - 1)
350 if (i < ctx_pic->slice_count)
360 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_short);
363 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_long);
390 ctx_pic->slice_count = 0;
405 if (ctx_pic->slice_count >= MAX_SLICES)
414 fill_slice_short(&ctx_pic->slice_short[ctx_pic->slice_count],
417 fill_slice_long(avctx, &ctx_pic->slice_long[ctx_pic->slice_count],
[all...]
H A Drv10.c639 if(avctx->slice_count) return avctx->slice_offset[n];
652 int slice_count; local
662 if(!avctx->slice_count){
663 slice_count = (*buf++) + 1;
666 buf += 8 * slice_count;
667 buf_size -= 8 * slice_count;
671 slice_count = avctx->slice_count;
673 for(i=0; i<slice_count; i++){
677 if(i+1 == slice_count)
[all...]
H A Dvdpau.c157 render->info.h264.slice_count = h->slice_num;
158 if (render->info.h264.slice_count < 1)
194 int buf_size, int slice_count)
243 render->info.mpeg.slice_count = slice_count;
245 if (slice_count)
313 render->info.vc1.slice_count = 1;
193 ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf, int buf_size, int slice_count) argument
H A Dffv1.c189 int slice_count; member in struct:FFV1Context
640 put_symbol(c, state, f->slice_count, 0);
641 for(i=0; i<f->slice_count; i++){
679 for(i=0; i<f->slice_count; i++){
710 f->slice_count= f->num_h_slices * f->num_v_slices;
712 for(i=0; i<f->slice_count; i++){
1012 for(j=0; j<s->slice_count; j++){
1030 for(si=0; si<f->slice_count; si++){
1122 for(i=1; i<f->slice_count; i++){
1124 uint8_t *start= buf + (buf_size-used_count)*i/f->slice_count;
[all...]
H A Dpthread.c473 if (src->slice_count && src->slice_offset) {
474 if (dst->slice_count < src->slice_count) {
475 int *tmp = av_realloc(dst->slice_offset, src->slice_count *
484 src->slice_count * sizeof(*dst->slice_offset));
486 dst->slice_count = src->slice_count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi.h153 unsigned int slice_count; member in struct:vaapi_context
H A Dproresdec.h47 int slice_count; ///< number of slices in the current picture member in struct:__anon3198
H A Dvaapi.c89 if (vactx->slice_count == 0)
104 vactx->slice_count, vactx->slice_params,
107 vactx->slice_count = 0;
167 (vactx->slice_count + 1) * vactx->slice_param_size);
172 slice_param = (VASliceParameterBufferBase *)(slice_params + vactx->slice_count * vactx->slice_param_size);
177 vactx->slice_count++;
196 vactx->slice_count = 0;
H A Ddxva2_mpeg2.c31 unsigned slice_count; member in struct:dxva2_picture_context
169 for (i = 0; i < ctx_pic->slice_count; i++) {
179 if (i < ctx_pic->slice_count - 1)
192 if (i < ctx_pic->slice_count)
203 ctx_pic->slice_count * sizeof(*ctx_pic->slice),
223 ctx_pic->slice_count = 0;
237 if (ctx_pic->slice_count >= MAX_SLICES) {
239 ctx_pic->slice_count);
247 fill_slice(avctx, s, &ctx_pic->slice[ctx_pic->slice_count++], position,
259 if (ctx_pic->slice_count <
[all...]
H A Dffv1.c104 for (i = 0; i < f->slice_count; i++) {
116 f->slice_count = f->num_h_slices * f->num_v_slices;
117 av_assert0(f->slice_count > 0);
119 for (i = 0; i < f->slice_count; i++) {
204 for (j = 0; j < s->slice_count; j++) {
218 for (i = 0; i < s->slice_count; i++) {
225 for (i = 0; i < s->slice_count; i++)
H A Ddxva2_h264.c31 unsigned slice_count; member in struct:dxva2_picture_context
315 for (i = 0; i < ctx_pic->slice_count; i++) {
342 if (i < ctx_pic->slice_count - 1)
365 if (i < ctx_pic->slice_count)
375 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_short);
378 slice_size = ctx_pic->slice_count * sizeof(*ctx_pic->slice_long);
405 ctx_pic->slice_count = 0;
421 if (ctx_pic->slice_count >= MAX_SLICES)
430 fill_slice_short(&ctx_pic->slice_short[ctx_pic->slice_count],
433 fill_slice_long(avctx, &ctx_pic->slice_long[ctx_pic->slice_count],
[all...]
H A Dvdpau_mpeg12.c55 info->slice_count = 0;
93 pic_ctx->info.mpeg.slice_count++;
H A Dvdpau_internal.h92 int buf_size, int slice_count);
H A Drv10.c691 if (avctx->slice_count)
705 int slice_count; local
717 if (!avctx->slice_count) {
718 slice_count = (*buf++) + 1;
721 if (!slice_count || buf_size <= 8 * slice_count) {
723 slice_count);
728 buf += 8 * slice_count;
729 buf_size -= 8 * slice_count;
731 slice_count
[all...]
H A Dproresdec2.c151 int i, hdr_size, slice_count; local
183 slice_count = AV_RB16(buf + 5);
185 if (ctx->slice_count != slice_count || !ctx->slices) {
187 ctx->slices = av_mallocz_array(slice_count, sizeof(*ctx->slices));
190 ctx->slice_count = slice_count;
193 if (!slice_count)
196 if (hdr_size + slice_count*2 > buf_size) {
203 data_ptr = index_ptr + slice_count*
[all...]
H A Dvdpau_vc1.c61 info->slice_count = 0;
112 pic_ctx->info.vc1.slice_count++;
H A Dffv1dec.c762 f->slice_count = get_symbol(c, state, 0);
765 for (f->slice_count = 0;
766 f->slice_count < MAX_SLICES && 3 < p - c->bytestream_start;
767 f->slice_count++) {
775 if (f->slice_count > (unsigned)MAX_SLICES || f->slice_count <= 0) {
776 av_log(f->avctx, AV_LOG_ERROR, "slice count %d is invalid\n", f->slice_count);
780 for (j = 0; j < f->slice_count; j++) {
904 f->version, p->key_frame, f->ac, f->ec, f->slice_count, f->avctx->bits_per_raw_sample);
909 for (i = f->slice_count
[all...]
H A Dpthread_frame.c280 if (src->slice_count && src->slice_offset) {
281 if (dst->slice_count < src->slice_count) {
282 int *tmp = av_realloc(dst->slice_offset, src->slice_count *
291 src->slice_count * sizeof(*dst->slice_offset));
293 dst->slice_count = src->slice_count;
H A Dvdpau.c233 render->info.h264.slice_count = h->slice_num;
234 if (render->info.h264.slice_count < 1)
272 int buf_size, int slice_count)
321 render->info.mpeg.slice_count = slice_count;
323 if (slice_count)
393 render->info.vc1.slice_count = 1;
271 ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf, int buf_size, int slice_count) argument
H A Dffv1.h119 int slice_count; member in struct:FFV1Context

Completed in 200 milliseconds

12