Searched refs:pict_type (Results 101 - 125 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_enc.c197 COPY(pict_type);
1327 s->tmp_frames[0]->pict_type = AV_PICTURE_TYPE_I;
1337 s->tmp_frames[i + 1]->pict_type = is_p ?
1392 s->reordered_input_picture[0]->f->pict_type = AV_PICTURE_TYPE_I;
1409 s->input_picture[i]->f->pict_type =
1452 int type = s->input_picture[i]->f->pict_type;
1456 if (s->input_picture[b_frames]->f->pict_type == AV_PICTURE_TYPE_B &&
1469 s->input_picture[b_frames]->f->pict_type = AV_PICTURE_TYPE_I;
1474 s->input_picture[b_frames]->f->pict_type == AV_PICTURE_TYPE_I)
1478 if (s->reordered_input_picture[0]->f->pict_type !
[all...]
H A Dmpeg12enc.c438 put_bits(&s->pb, 3, s->pict_type);
444 if (s->pict_type == AV_PICTURE_TYPE_P ||
445 s->pict_type == AV_PICTURE_TYPE_B) {
454 if (s->pict_type == AV_PICTURE_TYPE_B) {
468 if (s->pict_type == AV_PICTURE_TYPE_P ||
469 s->pict_type == AV_PICTURE_TYPE_B) {
475 if (s->pict_type == AV_PICTURE_TYPE_B) {
738 ((s->pict_type == AV_PICTURE_TYPE_P && (motion_x | motion_y) == 0) ||
739 (s->pict_type == AV_PICTURE_TYPE_B && s->mv_dir == s->last_mv_dir &&
751 if (s->pict_type
[all...]
H A Dxbmdec.c123 p->pict_type = AV_PICTURE_TYPE_I;
H A Dxl.c63 p->pict_type = AV_PICTURE_TYPE_I;
H A Daliaspixdec.c69 f->pict_type = AV_PICTURE_TYPE_I;
H A Daliaspixenc.c44 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Davrndec.c98 p->pict_type= AV_PICTURE_TYPE_I;
H A Davuienc.c74 avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
H A Dflvenc.c56 put_bits(&s->pb, 2, s->pict_type == AV_PICTURE_TYPE_P); /* PictureType */
H A Dfrwu.c65 pic->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 Dmsmpeg4.c307 if(s->pict_type==AV_PICTURE_TYPE_I){
330 // s->pict_type, best, s->qscale, s->mb_var_sum, s->mc_mb_var_sum, best_size);
332 if(s->pict_type==AV_PICTURE_TYPE_P) chroma_best= best;
339 if(s->pict_type != s->last_non_b_pict_type){
341 if(s->pict_type==AV_PICTURE_TYPE_I)
355 put_bits(&s->pb, 2, s->pict_type - 1);
368 s->inter_intra_pred= (s->width*s->height < 320*240 && s->bit_rate<=II_BITRATE && s->pict_type==AV_PICTURE_TYPE_P);
369 //printf("%d %d %d %d %d\n", s->pict_type, s->bit_rate, s->inter_intra_pred, s->width, s->height);
371 if (s->pict_type == AV_PICTURE_TYPE_I) {
618 if (s->pict_type
[all...]
H A Dvdpau.c206 render->info.mpeg.picture_coding_type = s->pict_type;
228 switch(s->pict_type){
296 render->info.vc1.picture_type = s->pict_type - 1 + s->pict_type / 3;
298 switch(s->pict_type){
354 switch (s->pict_type) {
H A Dmpeg12.c747 if (s->pict_type == AV_PICTURE_TYPE_P) {
770 switch (s->pict_type) {
1155 if (!(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay))
1324 s->pict_type = get_bits(&s->gb, 3);
1325 if (s->pict_type == 0 || s->pict_type > 3)
1329 if (s->pict_type == AV_PICTURE_TYPE_P || s->pict_type == AV_PICTURE_TYPE_B) {
1337 if (s->pict_type == AV_PICTURE_TYPE_B) {
1345 s->current_picture.f.pict_type
[all...]
H A Dmpeg12enc.c352 put_bits(&s->pb, 3, s->pict_type);
358 if (s->pict_type == AV_PICTURE_TYPE_P || s->pict_type == AV_PICTURE_TYPE_B) {
367 if (s->pict_type == AV_PICTURE_TYPE_B) {
381 if (s->pict_type == AV_PICTURE_TYPE_P || s->pict_type == AV_PICTURE_TYPE_B) {
387 if (s->pict_type == AV_PICTURE_TYPE_B) {
460 ((s->pict_type == AV_PICTURE_TYPE_P && (motion_x | motion_y) == 0) ||
461 (s->pict_type == AV_PICTURE_TYPE_B && s->mv_dir == s->last_mv_dir && (((s->mv_dir & MV_DIR_FORWARD) ? ((s->mv[0][0][0] - s->last_mv[0][0][0])|(s->mv[0][0][1] - s->last_mv[0][0][1])) : 0) |
468 if(s->pict_type
[all...]
H A Ddxtory.c57 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dflvenc.c56 put_bits(&s->pb, 2, s->pict_type == AV_PICTURE_TYPE_P); /* PictureType */
H A Dfrwu.c64 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dpamenc.c43 p->pict_type = AV_PICTURE_TYPE_I;
H A Dptx.c82 p->pict_type = AV_PICTURE_TYPE_I;
H A Dr210dec.c57 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dsvq1enc.c279 if(s->picture.pict_type == AV_PICTURE_TYPE_P){
295 s->m.pict_type= s->picture.pict_type;
381 if(s->picture.pict_type == AV_PICTURE_TYPE_I || (s->m.mb_type[x + y*s->m.mb_stride]&CANDIDATE_MB_TYPE_INTRA)){
385 if(s->picture.pict_type == AV_PICTURE_TYPE_P){
400 if(s->picture.pict_type == AV_PICTURE_TYPE_P){
527 p->pict_type = avctx->gop_size && avctx->frame_number % avctx->gop_size ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;
528 p->key_frame = p->pict_type == AV_PICTURE_TYPE_I;
530 svq1_write_header(s, p->pict_type);
H A Dv210dec.c66 pic->pict_type = AV_PICTURE_TYPE_I;
H A Dv210enc.c46 avctx->coded_frame->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_blackframe.c92 av_get_picture_type_char(frame->pict_type), s->last_keyframe);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_showinfo.c73 av_get_picture_type_char(picref->video->pict_type),

Completed in 115 milliseconds

1234567891011>>