Searched refs:pict_type (Results 76 - 100 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 Dy41penc.c55 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dyuv4enc.c50 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Ddpx_parser.c47 s->pict_type = AV_PICTURE_TYPE_I;
H A Ddvd_nav_parser.c54 s->pict_type = AV_PICTURE_TYPE_NONE;
H A Ddxva2_mpeg2.c49 if (s->pict_type != AV_PICTURE_TYPE_I)
53 if (s->pict_type == AV_PICTURE_TYPE_B)
66 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I;
67 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B;
H A Dituh263dec.c74 s->qscale, av_get_picture_type_char(s->pict_type),
327 av_assert2(s->pict_type == AV_PICTURE_TYPE_P);
440 if (s->rv10_version == 3 && s->pict_type == AV_PICTURE_TYPE_I) {
591 if (s->pict_type == AV_PICTURE_TYPE_P) {
683 } else if(s->pict_type==AV_PICTURE_TYPE_B) {
826 if(s->pict_type == AV_PICTURE_TYPE_P && s->mb_x+1<s->mb_width && s->mb_num_left != 1)
907 s->pict_type = AV_PICTURE_TYPE_I + get_bits1(&s->gb);
971 s->pict_type = get_bits(&s->gb, 3);
972 switch(s->pict_type){
973 case 0: s->pict_type
[all...]
H A Dtarga_y216dec.c50 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv408dec.c49 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv408enc.c51 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dv410dec.c63 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv410enc.c58 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dmpegvideo_parser.c59 s->pict_type = (buf[1] >> 3) & 7;
179 av_dlog(NULL, "pict_type=%d frame_rate=%0.3f repeat_pict=%d\n",
180 s->pict_type, (double)avctx->time_base.den / avctx->time_base.num, s->repeat_pict);
206 s->pict_type = AV_PICTURE_TYPE_NONE; // first frame might be partial
H A Ddxa.c264 frame->pict_type = AV_PICTURE_TYPE_P;
270 frame->pict_type = AV_PICTURE_TYPE_I;
276 frame->pict_type = AV_PICTURE_TYPE_I;
291 frame->pict_type = AV_PICTURE_TYPE_P;
306 frame->pict_type = AV_PICTURE_TYPE_P;
H A Dmpeg4videodec.c124 if (s->pict_type == AV_PICTURE_TYPE_B ||
125 (v >> (8 - s->pict_type) != 1) || s->partitioned_frame)
127 skip_bits(&s->gb, 8 + s->pict_type);
128 bits_count += 8 + s->pict_type;
454 if (s->pict_type == AV_PICTURE_TYPE_S &&
463 if (s->pict_type != AV_PICTURE_TYPE_I) {
469 if (s->pict_type == AV_PICTURE_TYPE_B) {
608 if (s->pict_type == AV_PICTURE_TYPE_I) {
659 if (s->pict_type == AV_PICTURE_TYPE_S &&
715 if (s->pict_type
[all...]
H A Dsvq1enc.c267 if (f->pict_type == AV_PICTURE_TYPE_P) {
283 s->m.pict_type = f->pict_type;
380 if (f->pict_type == AV_PICTURE_TYPE_I ||
386 if (f->pict_type == AV_PICTURE_TYPE_P) {
402 if (f->pict_type == AV_PICTURE_TYPE_P) {
597 p->pict_type = avctx->gop_size && avctx->frame_number % avctx->gop_size ?
599 p->key_frame = p->pict_type == AV_PICTURE_TYPE_I;
602 svq1_write_header(s, p->pict_type);
621 if (p->pict_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dmp_image.h137 int pict_type; // 0->unknown, 1->I, 2->P, 3->B member in struct:mp_image
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxa.c243 c->pic.pict_type = AV_PICTURE_TYPE_P;
249 c->pic.pict_type = AV_PICTURE_TYPE_I;
257 c->pic.pict_type = (compr & 1) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
272 c->pic.pict_type = AV_PICTURE_TYPE_P;
H A Ddxva2_mpeg2.c47 if (s->pict_type != AV_PICTURE_TYPE_I)
51 if (s->pict_type == AV_PICTURE_TYPE_B)
64 pp->bPicIntra = s->pict_type == AV_PICTURE_TYPE_I;
65 pp->bPicBackwardPrediction = s->pict_type == AV_PICTURE_TYPE_B;
H A Dtmv.c62 tmv->pic.pict_type = AV_PICTURE_TYPE_I;
H A Dv410dec.c71 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv410enc.c60 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Drawdec.c98 context->pic.pict_type = AV_PICTURE_TYPE_I;
127 frame->pict_type = avctx->coded_frame->pict_type;
H A Dituh263dec.c75 s->qscale, av_get_picture_type_char(s->pict_type),
350 assert(s->pict_type == AV_PICTURE_TYPE_P);
463 if (s->rv10_version == 3 && s->pict_type == AV_PICTURE_TYPE_I) {
611 if (s->pict_type == AV_PICTURE_TYPE_P) {
703 } else if(s->pict_type==AV_PICTURE_TYPE_B) {
846 if(s->pict_type == AV_PICTURE_TYPE_P && s->mb_x+1<s->mb_width && s->mb_num_left != 1)
924 s->pict_type = AV_PICTURE_TYPE_I + get_bits1(&s->gb);
986 s->pict_type = get_bits(&s->gb, 3);
987 switch(s->pict_type){
988 case 0: s->pict_type
[all...]
H A Dmpeg4videodec.c121 if(s->pict_type==AV_PICTURE_TYPE_B || (v>>(8-s->pict_type)!=1) || s->partitioned_frame)
123 skip_bits(&s->gb, 8+s->pict_type);
124 bits_count+= 8+s->pict_type;
376 if(s->pict_type == AV_PICTURE_TYPE_B){
415 if(s->pict_type == AV_PICTURE_TYPE_S && s->vol_sprite_usage==GMC_SPRITE){
422 if (s->pict_type != AV_PICTURE_TYPE_I) {
428 if (s->pict_type == AV_PICTURE_TYPE_B) {
557 if(s->pict_type==AV_PICTURE_TYPE_I){
606 if(s->pict_type
[all...]
H A Dlibxvidff.c451 picture->pict_type == AV_PICTURE_TYPE_I ? XVID_TYPE_IVOP :
452 picture->pict_type == AV_PICTURE_TYPE_P ? XVID_TYPE_PVOP :
453 picture->pict_type == AV_PICTURE_TYPE_B ? XVID_TYPE_BVOP :
494 p->pict_type = AV_PICTURE_TYPE_P;
496 p->pict_type = AV_PICTURE_TYPE_B;
498 p->pict_type = AV_PICTURE_TYPE_S;
500 p->pict_type = AV_PICTURE_TYPE_I;

Completed in 180 milliseconds

1234567891011>>