Searched refs:pict_type (Results 26 - 50 of 378) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_mpeg4.c83 pic_param->vop_fields.bits.vop_coding_type = s->pict_type - AV_PICTURE_TYPE_I;
84 pic_param->vop_fields.bits.backward_reference_vop_coding_type = s->pict_type == AV_PICTURE_TYPE_B ? s->next_picture.f->pict_type - AV_PICTURE_TYPE_I : 0;
97 if (s->pict_type == AV_PICTURE_TYPE_B)
99 if (s->pict_type != AV_PICTURE_TYPE_I)
H A Dvc1.c606 if (v->s.pict_type == AV_PICTURE_TYPE_BI || v->s.pict_type == AV_PICTURE_TYPE_B) { \
657 v->s.pict_type = get_bits1(gb);
659 if (!v->s.pict_type) {
661 v->s.pict_type = AV_PICTURE_TYPE_I;
663 v->s.pict_type = AV_PICTURE_TYPE_B;
665 v->s.pict_type = AV_PICTURE_TYPE_P;
667 v->s.pict_type = v->s.pict_type ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
670 if (v->s.pict_type
[all...]
H A Dvdpau_vc1.c45 switch (s->pict_type) {
65 info->picture_type = s->pict_type - 1 + s->pict_type / 3;
H A Ddxva2_vc1.c45 if (s->pict_type == AV_PICTURE_TYPE_P) {
55 if (s->pict_type != AV_PICTURE_TYPE_I && !v->bi_type)
59 if (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type)
82 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I || v->bi_type;
83 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type;
122 ((s->pict_type != AV_PICTURE_TYPE_B) << 2) |
125 if (s->pict_type != AV_PICTURE_TYPE_I)
171 slice->bReservedBits = (s->pict_type == AV_PICTURE_TYPE_B && !v->bi_type) ? v->bfraction_lut_index + 9 : 0;
H A Dvdpau_mpeg12.c44 switch (s->pict_type) {
57 info->picture_coding_type = s->pict_type;
H A Dh263dec.c244 if (s->pict_type != AV_PICTURE_TYPE_B)
332 s->pict_type == AV_PICTURE_TYPE_I &&
352 if (s->msmpeg4_version && s->pict_type == AV_PICTURE_TYPE_I)
542 s->current_picture.f->pict_type = s->pict_type;
543 s->current_picture.f->key_frame = s->pict_type == AV_PICTURE_TYPE_I;
547 (s->pict_type == AV_PICTURE_TYPE_B || s->droppable))
550 s->pict_type == AV_PICTURE_TYPE_B) ||
552 s->pict_type != AV_PICTURE_TYPE_I) ||
557 if (s->pict_type
[all...]
H A Dwmv2enc.c75 put_bits(&s->pb, 1, s->pict_type - 1);
76 if(s->pict_type == AV_PICTURE_TYPE_I){
91 if (s->pict_type == AV_PICTURE_TYPE_I) {
197 if (s->pict_type == AV_PICTURE_TYPE_I) {
H A Dy41pdec.c55 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dyuv4dec.c50 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dcavsdec.c636 if (h->cur.f->pict_type != AV_PICTURE_TYPE_B)
675 if (h->cur.f->pict_type == AV_PICTURE_TYPE_I)
927 if ((h->cur.f->pict_type != AV_PICTURE_TYPE_I) ||
979 h->cur.f->pict_type = get_bits(&h->gb, 2) + AV_PICTURE_TYPE_I;
980 if (h->cur.f->pict_type > AV_PICTURE_TYPE_B) {
986 (!h->DPB[1].f->data[0] && h->cur.f->pict_type == AV_PICTURE_TYPE_B))
989 h->cur.f->pict_type = AV_PICTURE_TYPE_I;
1003 ret = ff_get_buffer(h->avctx, h->cur.f, h->cur.f->pict_type == AV_PICTURE_TYPE_B ?
1020 if (h->cur.f->pict_type != AV_PICTURE_TYPE_B) {
1028 if (h->cur.f->pict_type
[all...]
H A Dcljrdec.c54 p->pict_type = AV_PICTURE_TYPE_I;
H A Dptx.c64 p->pict_type = AV_PICTURE_TYPE_I;
H A Dratecontrol.h42 int pict_type; member in struct:RateControlEntry
H A Drawenc.c40 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.c585 v->s.pict_type = get_bits1(gb);
587 if (!v->s.pict_type) {
589 v->s.pict_type = AV_PICTURE_TYPE_I;
591 v->s.pict_type = AV_PICTURE_TYPE_B;
593 v->s.pict_type = AV_PICTURE_TYPE_P;
595 v->s.pict_type = v->s.pict_type ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
598 if (v->s.pict_type == AV_PICTURE_TYPE_B) {
602 v->s.pict_type = AV_PICTURE_TYPE_BI;
605 if (v->s.pict_type
[all...]
H A Ddxva2_vc1.c45 if (s->pict_type != AV_PICTURE_TYPE_I)
49 if (s->pict_type == AV_PICTURE_TYPE_B)
72 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I;
73 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B;
111 ((s->pict_type != AV_PICTURE_TYPE_B) << 2) |
114 if (s->pict_type != AV_PICTURE_TYPE_I)
H A Dsvq3.c452 if (s->pict_type == AV_PICTURE_TYPE_P || s->next_picture.f.mb_type[mb_xy] == -1) {
455 if (s->pict_type == AV_PICTURE_TYPE_B) {
516 if (s->pict_type != AV_PICTURE_TYPE_B)
521 if (s->pict_type == AV_PICTURE_TYPE_P) {
623 if (!IS_INTER(mb_type) && s->pict_type != AV_PICTURE_TYPE_I) {
627 if (s->pict_type == AV_PICTURE_TYPE_B) {
636 if (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B) {
642 if (!IS_INTRA16x16(mb_type) && (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B)) {
650 if (IS_INTRA16x16(mb_type) || (s->pict_type != AV_PICTURE_TYPE_I && s->adaptive_quant && cbp)) {
972 s->pict_type
[all...]
H A Dmpeg4video_parser.c89 s1->pict_type= s->pict_type;
H A Drv10.c247 s->pict_type = AV_PICTURE_TYPE_P;
249 s->pict_type = AV_PICTURE_TYPE_I;
253 av_dlog(s->avctx, "pict_type=%d pb_frame=%d\n", s->pict_type, pb_frame);
266 if (s->pict_type == AV_PICTURE_TYPE_I) {
303 case 0: s->pict_type= AV_PICTURE_TYPE_I; break;
304 case 1: s->pict_type= AV_PICTURE_TYPE_I; break; //hmm ...
305 case 2: s->pict_type= AV_PICTURE_TYPE_P; break;
306 case 3: s->pict_type= AV_PICTURE_TYPE_B; break;
312 if(s->last_picture_ptr==NULL && s->pict_type
[all...]
H A Dh263dec.c217 if (s->pict_type!=AV_PICTURE_TYPE_B)
309 if(s->msmpeg4_version && s->pict_type==AV_PICTURE_TYPE_I)
600 s->current_picture.f.pict_type = s->pict_type;
601 s->current_picture.f.key_frame = s->pict_type == AV_PICTURE_TYPE_I;
604 if(s->last_picture_ptr==NULL && (s->pict_type==AV_PICTURE_TYPE_B || s->dropable)) return get_consumed_bytes(s, buf_size);
605 if( (avctx->skip_frame >= AVDISCARD_NONREF && s->pict_type==AV_PICTURE_TYPE_B)
606 || (avctx->skip_frame >= AVDISCARD_NONKEY && s->pict_type!=AV_PICTURE_TYPE_I)
611 if(s->pict_type==AV_PICTURE_TYPE_B)
617 if((s->avctx->flags2 & CODEC_FLAG2_FAST) && s->pict_type
[all...]
H A Dratecontrol.h42 int pict_type; member in struct:RateControlEntry
H A Drv34_parser.c72 s->pict_type = rv_to_av_frame_type[type];
H A Dwmv2enc.c74 put_bits(&s->pb, 1, s->pict_type - 1);
75 if(s->pict_type == AV_PICTURE_TYPE_I){
90 if (s->pict_type == AV_PICTURE_TYPE_I) {
194 if (s->pict_type == AV_PICTURE_TYPE_I) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Davutil.h307 * pict_type.
309 * @param[in] pict_type the picture type @return a single character
310 * representing the picture type, '?' if pict_type is unknown
312 char av_get_picture_type_char(enum AVPictureType pict_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess.h76 pp_mode *mode, pp_context *ppContext, int pict_type);

Completed in 145 milliseconds

1234567891011>>