Searched refs:pict_type (Results 176 - 200 of 378) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxl.c63 p->pict_type= AV_PICTURE_TYPE_I;
H A Dcscd.c186 c->pic.pict_type = AV_PICTURE_TYPE_I;
200 c->pic.pict_type = AV_PICTURE_TYPE_P;
H A Deatgv.c303 s->frame.pict_type = AV_PICTURE_TYPE_I;
314 s->frame.pict_type = AV_PICTURE_TYPE_P;
H A Dh264_parser.c120 s->pict_type = AV_PICTURE_TYPE_I;
168 s->pict_type = golomb_to_pict_type[slice_type % 5];
H A Dmxpegdec.c256 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_P;
260 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_I;
H A Dqtrleenc.c298 p->pict_type = AV_PICTURE_TYPE_I;
302 p->pict_type = AV_PICTURE_TYPE_P;
H A Dlibx264.c140 frame->pict_type == AV_PICTURE_TYPE_I ? X264_TYPE_KEYFRAME :
141 frame->pict_type == AV_PICTURE_TYPE_P ? X264_TYPE_P :
142 frame->pict_type == AV_PICTURE_TYPE_B ? X264_TYPE_B :
165 x4->out_pic.pict_type = AV_PICTURE_TYPE_I;
168 x4->out_pic.pict_type = AV_PICTURE_TYPE_P;
172 x4->out_pic.pict_type = AV_PICTURE_TYPE_B;
H A Dituh263enc.c148 put_bits(&s->pb, 1, (s->pict_type == AV_PICTURE_TYPE_P));
184 put_bits(&s->pb, 3, s->pict_type == AV_PICTURE_TYPE_P);
263 put_bits(&s->pb, 2, s->pict_type == AV_PICTURE_TYPE_I); /* GFID */
268 put_bits(&s->pb, 2, s->pict_type == AV_PICTURE_TYPE_I); /* GFID */
610 if (s->pict_type == AV_PICTURE_TYPE_I) {
H A Dsnowenc.c1563 if(pict->pict_type == AV_PICTURE_TYPE_I){
1630 s->m.pict_type =
1631 pict->pict_type= s->m.rc_context.entry[avctx->frame_number].new_pict_type;
1632 s->keyframe= pict->pict_type==AV_PICTURE_TYPE_I;
1640 s->m.pict_type=
1641 pict->pict_type= s->keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
1660 if(pict->pict_type == AV_PICTURE_TYPE_P){
1685 s->m.pict_type= pict->pict_type;
1709 if(pict->pict_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpcxenc.c42 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dpnmenc.c127 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dtargaenc.c180 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dv210dec.c113 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dvble.c138 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dvcr1.c65 p->pict_type = AV_PICTURE_TYPE_I;
H A Deatgv.c311 frame->pict_type = AV_PICTURE_TYPE_I;
331 frame->pict_type = AV_PICTURE_TYPE_P;
H A Dframe_thread_encoder.c260 new->pict_type = frame->pict_type;
H A Dhevc_parser.c98 s->pict_type = AV_PICTURE_TYPE_I;
225 s->pict_type = sh->slice_type == B_SLICE ? AV_PICTURE_TYPE_B :
H A Dmxpegdec.c280 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_P;
284 jpg->picture_ptr->pict_type = AV_PICTURE_TYPE_I;
H A Dqtrleenc.c379 p->pict_type = AV_PICTURE_TYPE_I;
383 p->pict_type = AV_PICTURE_TYPE_P;
H A Dlibx264.c182 frame->pict_type == AV_PICTURE_TYPE_I ? X264_TYPE_KEYFRAME :
183 frame->pict_type == AV_PICTURE_TYPE_P ? X264_TYPE_P :
184 frame->pict_type == AV_PICTURE_TYPE_B ? X264_TYPE_B :
280 ctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
283 ctx->coded_frame->pict_type = AV_PICTURE_TYPE_P;
287 ctx->coded_frame->pict_type = AV_PICTURE_TYPE_B;
H A Dvdpau.c284 render->info.mpeg.picture_coding_type = s->pict_type;
306 switch(s->pict_type){
376 render->info.vc1.picture_type = s->pict_type - 1 + s->pict_type / 3;
378 switch(s->pict_type){
437 switch (s->pict_type) {
H A Dituh263enc.c145 put_bits(&s->pb, 1, (s->pict_type == AV_PICTURE_TYPE_P));
181 put_bits(&s->pb, 3, s->pict_type == AV_PICTURE_TYPE_P);
252 put_bits(&s->pb, 2, s->pict_type == AV_PICTURE_TYPE_I); /* GFID */
257 put_bits(&s->pb, 2, s->pict_type == AV_PICTURE_TYPE_I); /* GFID */
597 if (s->pict_type == AV_PICTURE_TYPE_I) {
H A Dsvq1dec.c526 frame->pict_type = AV_PICTURE_TYPE_I;
531 frame->pict_type = AV_PICTURE_TYPE_P;
538 if (frame->pict_type == AV_PICTURE_TYPE_I) {
648 cur->pict_type != AV_PICTURE_TYPE_I) ||
675 if (cur->pict_type == AV_PICTURE_TYPE_I) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dplotframes116 # collect and print frame statistics per pict_type
121 my $type = $frame->{pict_type};

Completed in 256 milliseconds

1234567891011>>