Searched refs:pict_type (Results 126 - 150 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 Dmpeg12dec.c740 if (s->pict_type == AV_PICTURE_TYPE_P) {
766 switch (s->pict_type) {
1165 if (!(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay))
1383 s->pict_type = get_bits(&s->gb, 3);
1384 if (s->pict_type == 0 || s->pict_type > 3)
1389 if (s->pict_type == AV_PICTURE_TYPE_P ||
1390 s->pict_type == AV_PICTURE_TYPE_B) {
1399 if (s->pict_type == AV_PICTURE_TYPE_B) {
1408 s->current_picture.f->pict_type
[all...]
H A Dmsmpeg4dec.c108 if (s->pict_type == AV_PICTURE_TYPE_P) {
177 if(s->pict_type==AV_PICTURE_TYPE_P) cbp^=0x3C;
199 if (s->pict_type == AV_PICTURE_TYPE_P) {
410 s->pict_type = get_bits(&s->gb, 2) + 1;
411 if (s->pict_type != AV_PICTURE_TYPE_I &&
412 s->pict_type != AV_PICTURE_TYPE_P){
419 if(s->pict_type == AV_PICTURE_TYPE_I) had_i=1;
429 if (s->pict_type == AV_PICTURE_TYPE_I) {
542 av_dlog(s->avctx, "%d %d %d %d %d\n", s->pict_type, s->bit_rate,
H A Dpamenc.c130 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dpng_parser.c45 s->pict_type = AV_PICTURE_TYPE_NONE;
H A Dqdrw.c48 p->pict_type = AV_PICTURE_TYPE_I;
H A Dr210dec.c54 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dr210enc.c51 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dtxd.c72 p->pict_type = AV_PICTURE_TYPE_I;
H A Dv210enc.c43 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dv210x.c65 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dvdpau_mpeg4.c47 switch (s->pict_type) {
H A Dc93.c149 newpic->pict_type = AV_PICTURE_TYPE_I;
152 newpic->pict_type = AV_PICTURE_TYPE_P;
H A Deacmv.c210 frame->pict_type = AV_PICTURE_TYPE_P;
213 frame->pict_type = AV_PICTURE_TYPE_I;
H A Dflashsvenc.c265 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
270 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_P;
H A Dmss1.c165 ctx->pic->pict_type = AV_PICTURE_TYPE_I;
170 ctx->pic->pict_type = AV_PICTURE_TYPE_P;
H A Dmpeg4videoenc.c220 if (s->pict_type == AV_PICTURE_TYPE_B) {
508 PutBitContext *const tex_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_B ? &s->tex_pb : &s->pb;
509 PutBitContext *const dc_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_I ? &s->pb2 : &s->pb;
515 if (s->pict_type == AV_PICTURE_TYPE_B) {
657 } else { /* s->pict_type==AV_PICTURE_TYPE_B */
682 if (!pic || pic->f->pict_type != AV_PICTURE_TYPE_B)
849 if (s->pict_type == AV_PICTURE_TYPE_I) {
903 if (s->pict_type == AV_PICTURE_TYPE_B) {
1094 if (s->pict_type == AV_PICTURE_TYPE_I) {
1105 s->partitioned_frame = s->data_partitioning && s->pict_type !
[all...]
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) {
342 if (s->pict_type == AV_PICTURE_TYPE_P) {
418 if (s->pict_type==AV_PICTURE_TYPE_P)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.c602 s->last_pict_type = s1->pict_type;
604 s->last_lambda_for[s1->pict_type] = s1->current_picture_ptr->f.quality;
606 if (s1->pict_type != AV_PICTURE_TYPE_B) {
607 s->last_non_b_pict_type = s1->pict_type;
1174 if (s->pict_type != AV_PICTURE_TYPE_B && s->last_picture_ptr &&
1215 else if (s->pict_type != AV_PICTURE_TYPE_B)
1238 s->current_picture_ptr->f.pict_type = s->pict_type;
1241 s->current_picture_ptr->f.key_frame = s->pict_type == AV_PICTURE_TYPE_I;
1245 if (s->pict_type !
[all...]
H A Dmpeg4videoenc.c210 if(s->pict_type== AV_PICTURE_TYPE_B){
477 PutBitContext * const tex_pb = s->data_partitioning && s->pict_type!=AV_PICTURE_TYPE_B ? &s->tex_pb : &s->pb;
478 PutBitContext * const dc_pb = s->data_partitioning && s->pict_type!=AV_PICTURE_TYPE_I ? &s->pb2 : &s->pb;
484 if(s->pict_type==AV_PICTURE_TYPE_B){
617 }else{ /* s->pict_type==AV_PICTURE_TYPE_B */
642 if (pic == NULL || pic->f.pict_type != AV_PICTURE_TYPE_B)
793 if (s->pict_type == AV_PICTURE_TYPE_I) {
845 if(s->pict_type==AV_PICTURE_TYPE_B){
1035 if(s->pict_type==AV_PICTURE_TYPE_I){
1046 s->partitioned_frame= s->data_partitioning && s->pict_type!
[all...]
H A Dmpegvideo_enc.c199 dst->pict_type = src->pict_type;
245 COPY(pict_type);
1191 input[0].pict_type = AV_PICTURE_TYPE_I;
1200 input[i + 1].pict_type = is_p ?
1246 s->reordered_input_picture[0]->f.pict_type = AV_PICTURE_TYPE_I;
1290 s->input_picture[i]->f.pict_type =
1336 int type = s->input_picture[i]->f.pict_type;
1340 if (s->input_picture[b_frames]->f.pict_type == AV_PICTURE_TYPE_B &&
1353 s->input_picture[b_frames]->f.pict_type
[all...]
H A Dc93.c140 newpic->pict_type = AV_PICTURE_TYPE_I;
143 newpic->pict_type = AV_PICTURE_TYPE_P;
H A Deacmv.c186 s->frame.pict_type = AV_PICTURE_TYPE_P;
189 s->frame.pict_type = AV_PICTURE_TYPE_I;
H A Dflashsvenc.c251 p->pict_type = AV_PICTURE_TYPE_I;
256 p->pict_type = AV_PICTURE_TYPE_P;
H A Dsvq1dec.c557 s->pict_type= get_bits (bitbuf, 2)+1;
558 if(s->pict_type==4)
561 if (s->pict_type == AV_PICTURE_TYPE_I) {
666 if(s->pict_type==AV_PICTURE_TYPE_B && s->last_picture_ptr==NULL) return buf_size;
668 if( (avctx->skip_frame >= AVDISCARD_NONREF && s->pict_type==AV_PICTURE_TYPE_B)
669 ||(avctx->skip_frame >= AVDISCARD_NONKEY && s->pict_type!=AV_PICTURE_TYPE_I)
696 if(s->pict_type==AV_PICTURE_TYPE_B){
702 if (s->pict_type == AV_PICTURE_TYPE_I) {
H A Dvcr1.c64 p->pict_type= AV_PICTURE_TYPE_I;
128 p->pict_type= AV_PICTURE_TYPE_I;

Completed in 124 milliseconds

1234567891011>>