Searched refs:pict_type (Results 151 - 175 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 Dmpegvideo.c1060 s->last_pict_type = s1->pict_type;
1062 s->last_lambda_for[s1->pict_type] = s1->current_picture_ptr->f->quality;
1755 if (s->pict_type != AV_PICTURE_TYPE_B && s->last_picture_ptr &&
1794 if (s->pict_type != AV_PICTURE_TYPE_B)
1816 s->current_picture_ptr->f->pict_type = s->pict_type;
1819 s->current_picture_ptr->f->key_frame = s->pict_type == AV_PICTURE_TYPE_I;
1825 if (s->pict_type != AV_PICTURE_TYPE_B) {
1835 s->pict_type, s->droppable);
1839 (s->pict_type !
[all...]
H A Dlibxvid.c716 picture->pict_type == AV_PICTURE_TYPE_I ? XVID_TYPE_IVOP :
717 picture->pict_type == AV_PICTURE_TYPE_P ? XVID_TYPE_PVOP :
718 picture->pict_type == AV_PICTURE_TYPE_B ? XVID_TYPE_BVOP :
763 p->pict_type = AV_PICTURE_TYPE_P;
765 p->pict_type = AV_PICTURE_TYPE_B;
767 p->pict_type = AV_PICTURE_TYPE_S;
769 p->pict_type = AV_PICTURE_TYPE_I;
H A D012v.c67 pic->pict_type = AV_PICTURE_TYPE_I;
H A Davuidec.c75 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dbmpenc.c81 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dh264_parser.c130 h->slice_type_nos = s->pict_type & 3;
218 s->pict_type = AV_PICTURE_TYPE_I;
291 s->pict_type = golomb_to_pict_type[slice_type % 5];
316 if(h->sps.ref_frame_count <= 1 && h->pps.ref_count[0] <= 1 && s->pict_type == AV_PICTURE_TYPE_I)
H A Dintelh263dec.c59 s->pict_type = AV_PICTURE_TYPE_I + get_bits1(&s->gb);
H A Dlclenc.c142 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dlibutvideodec.cpp139 pic->pict_type = AV_PICTURE_TYPE_I;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_pp.c139 outbuf->pict_type | (qp_type ? PP_PICT_TYPE_QP2 : 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dframe.h194 enum AVPictureType pict_type; member in struct:AVFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmpenc.c77 p->pict_type= AV_PICTURE_TYPE_I;
H A Ddpxenc.c38 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dgif.c153 p->pict_type = AV_PICTURE_TYPE_I;
H A Dintelh263dec.c55 s->pict_type = AV_PICTURE_TYPE_I + get_bits1(&s->gb);
H A Dlclenc.c79 p->pict_type= AV_PICTURE_TYPE_I;
H A Dpcxenc.c111 pict->pict_type = AV_PICTURE_TYPE_I;
H A Dpnmenc.c42 p->pict_type = AV_PICTURE_TYPE_I;
H A Dqdrw.c58 p->pict_type= AV_PICTURE_TYPE_I;
H A Dsgienc.c55 p->pict_type = AV_PICTURE_TYPE_I;
H A Dsunrast.c116 p->pict_type = AV_PICTURE_TYPE_I;
H A Dtargaenc.c94 p->pict_type= AV_PICTURE_TYPE_I;
H A Dtxd.c92 p->pict_type = AV_PICTURE_TYPE_I;
H A Dv210x.c66 pic->pict_type= AV_PICTURE_TYPE_I;
H A Dwmv2dec.c122 s->pict_type = get_bits1(&s->gb) + 1;
123 if(s->pict_type == AV_PICTURE_TYPE_I){
138 if (s->pict_type == AV_PICTURE_TYPE_I) {
345 if (s->pict_type == AV_PICTURE_TYPE_P) {
422 //if(s->pict_type==AV_PICTURE_TYPE_P)

Completed in 170 milliseconds

1234567891011>>