Searched refs:pict_type (Results 51 - 75 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 Drv34_parser.c72 s->pict_type = rv_to_av_frame_type[type];
H A Dtmv.c59 frame->pict_type = AV_PICTURE_TYPE_I;
H A Dv308dec.c52 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv308enc.c56 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dvc1_parser.c87 if (vpc->v.s.pict_type == AV_PICTURE_TYPE_BI)
88 s->pict_type = AV_PICTURE_TYPE_B;
90 s->pict_type = vpc->v.s.pict_type;
H A Dsvq3.c503 if (h->pict_type == AV_PICTURE_TYPE_P ||
508 if (h->pict_type == AV_PICTURE_TYPE_B)
575 if (h->pict_type != AV_PICTURE_TYPE_B)
580 if (h->pict_type == AV_PICTURE_TYPE_P) {
678 if (!IS_INTER(mb_type) && h->pict_type != AV_PICTURE_TYPE_I) {
682 if (h->pict_type == AV_PICTURE_TYPE_B) {
691 if (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B) {
696 (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B)) {
706 (h->pict_type != AV_PICTURE_TYPE_I && s->adaptive_quant && cbp)) {
1101 pic->reference = !(h->pict_type
[all...]
H A Dh261dec.c524 s->pict_type = AV_PICTURE_TYPE_P;
621 s->current_picture.f->pict_type = s->pict_type;
622 s->current_picture.f->key_frame = s->pict_type == AV_PICTURE_TYPE_I;
624 if ((avctx->skip_frame >= AVDISCARD_NONREF && s->pict_type == AV_PICTURE_TYPE_B) ||
625 (avctx->skip_frame >= AVDISCARD_NONKEY && s->pict_type != AV_PICTURE_TYPE_I) ||
645 av_assert0(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);
646 av_assert0(s->current_picture.f->pict_type == s->pict_type);
[all...]
H A Dmsmpeg4enc.c174 if(s->pict_type==AV_PICTURE_TYPE_I){
196 if(s->pict_type==AV_PICTURE_TYPE_P) chroma_best= best;
203 if(s->pict_type != s->last_non_b_pict_type){
205 if(s->pict_type==AV_PICTURE_TYPE_I)
219 put_bits(&s->pb, 2, s->pict_type - 1);
232 s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE && s->pict_type==AV_PICTURE_TYPE_P);
233 av_dlog(s, "%d %d %d %d %d\n", s->pict_type, s->bit_rate,
236 if (s->pict_type == AV_PICTURE_TYPE_I) {
453 if (s->pict_type == AV_PICTURE_TYPE_I) {
468 if (s->pict_type
[all...]
H A Dzerocodec.c43 pic->pict_type = AV_PICTURE_TYPE_I;
53 pic->pict_type = AV_PICTURE_TYPE_P;
H A Davs.c65 p->pict_type = AV_PICTURE_TYPE_P;
101 p->pict_type = AV_PICTURE_TYPE_I;
H A Dbfi.c70 frame->pict_type = AV_PICTURE_TYPE_I;
89 frame->pict_type = AV_PICTURE_TYPE_P;
H A Dcpia.c95 frame->pict_type = AV_PICTURE_TYPE_I;
98 frame->pict_type = AV_PICTURE_TYPE_P;
H A Dcscd.c106 c->pic->pict_type = AV_PICTURE_TYPE_I;
111 c->pic->pict_type = AV_PICTURE_TYPE_P;
H A Dlibxvid_rc.c59 frame_types[rce->pict_type], (int)lrintf(rce->qscale / FF_QP2LAMBDA), rce->i_count, s->mb_num - rce->i_count - rce->skip_count,
136 if(s->pict_type == AV_PICTURE_TYPE_B) //FIXME this is not exactly identical to xvid
H A Dmpeg4video_parser.c108 s1->pict_type = s->pict_type;
H A Dvaapi_mpeg2.c59 pic_param->picture_coding_type = s->pict_type;
74 switch (s->pict_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261dec.c502 s->pict_type = AV_PICTURE_TYPE_P;
601 s->current_picture.f.pict_type = s->pict_type;
602 s->current_picture.f.key_frame = s->pict_type == AV_PICTURE_TYPE_I;
604 if( (avctx->skip_frame >= AVDISCARD_NONREF && s->pict_type==AV_PICTURE_TYPE_B)
605 ||(avctx->skip_frame >= AVDISCARD_NONKEY && s->pict_type!=AV_PICTURE_TYPE_I)
625 assert(s->current_picture.f.pict_type == s->current_picture_ptr->f.pict_type);
626 assert(s->current_picture.f.pict_type == s->pict_type);
[all...]
H A Davs.c67 p->pict_type = AV_PICTURE_TYPE_P;
101 p->pict_type = AV_PICTURE_TYPE_I;
H A Dbfi.c73 bfi->frame.pict_type = AV_PICTURE_TYPE_I;
92 bfi->frame.pict_type = AV_PICTURE_TYPE_P;
H A Dcljr.c76 p->pict_type = AV_PICTURE_TYPE_I;
138 p->pict_type = AV_PICTURE_TYPE_I;
H A Dlibxvid_rc.c57 frame_types[rce->pict_type], (int)lrintf(rce->qscale / FF_QP2LAMBDA), rce->i_count, s->mb_num - rce->i_count - rce->skip_count,
137 if(s->pict_type == AV_PICTURE_TYPE_B) //FIXME this is not exactly identical to xvid
H A Dmpegvideo_parser.c48 s->pict_type = (buf[1] >> 3) & 7;
154 av_dlog(NULL, "pict_type=%d frame_rate=%0.3f repeat_pict=%d\n",
155 s->pict_type, (double)avctx->time_base.den / avctx->time_base.num, s->repeat_pict);
H A Dvaapi_mpeg2.c59 pic_param->picture_coding_type = s->pict_type;
74 switch (s->pict_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davcodec.c111 dst->pict_type = src->video->pict_type;
H A Dbuffer.c140 dst->video->pict_type = src->pict_type;

Completed in 211 milliseconds

1234567891011>>