Searched refs:pict_type (Results 276 - 300 of 378) sorted by relevance

<<111213141516

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davcodec.h1029 enum AVPictureType pict_type; member in struct:AVFrame
4386 * Return a single letter to describe the given picture type pict_type.
4388 * @param[in] pict_type the picture type
4393 char av_get_pict_type_char(int pict_type);
4421 int pict_type; /* XXX: Put it back in AVCodecContext. */ member in struct:AVCodecParserContext
H A Dmpegvideo_common.h652 if(!is_mpeg12 && s->obmc && s->pict_type != AV_PICTURE_TYPE_B){
820 if(s->picture_structure != s->field_select[dir][0] + 1 && s->pict_type != AV_PICTURE_TYPE_B && !s->first_field){
835 || s->pict_type == AV_PICTURE_TYPE_B || s->first_field){
H A Derror_resilience.c746 s->pict_type == AV_PICTURE_TYPE_I)
767 if (s->pict_type == AV_PICTURE_TYPE_I) {
792 // printf("is_intra_likely: %d type:%d\n", is_intra_likely, s->pict_type);
1130 if (s->pict_type == AV_PICTURE_TYPE_B) {
1291 if (s->pict_type != AV_PICTURE_TYPE_B &&
H A Djpeglsenc.c248 p->pict_type= AV_PICTURE_TYPE_I;
H A Dmimic.c357 ctx->buf_ptrs[ctx->cur_index].pict_type = is_pframe ? AV_PICTURE_TYPE_P:AV_PICTURE_TYPE_I;
H A Dzmbvenc.c137 p->pict_type= keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
H A Dasv1.c408 p->pict_type= AV_PICTURE_TYPE_I;
473 p->pict_type= AV_PICTURE_TYPE_I;
H A Dsmacker.c387 smk->pic.pict_type = AV_PICTURE_TYPE_I;
389 smk->pic.pict_type = AV_PICTURE_TYPE_P;
H A Dvp56.c552 p->pict_type = AV_PICTURE_TYPE_I;
557 p->pict_type = AV_PICTURE_TYPE_P;
H A Dzmbv.c513 c->pic.pict_type = AV_PICTURE_TYPE_I;
517 c->pic.pict_type = AV_PICTURE_TYPE_P;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess.c977 pp_mode *vm, void *vc, int pict_type)
1002 if(pict_type & PP_PICT_TYPE_QP2){
1026 if((pict_type&7)!=3){
973 pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], int width, int height, const QP_STORE_T *QP_store, int QPStride, pp_mode *vm, void *vc, int pict_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_motion.c845 if (!is_mpeg12 && s->obmc && s->pict_type != AV_PICTURE_TYPE_B) {
902 if ( s->picture_structure != s->field_select[dir][0] + 1 && s->pict_type != AV_PICTURE_TYPE_B && !s->first_field
918 || s->pict_type == AV_PICTURE_TYPE_B || s->first_field) && ref_picture[0]) {
H A Dzmbvenc.c136 avctx->coded_frame->pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
H A Daic.c380 ctx->frame->pict_type = AV_PICTURE_TYPE_I;
H A Dcllc.c454 pic->pict_type = AV_PICTURE_TYPE_I;
H A Ddvdec.c371 s->frame->pict_type = AV_PICTURE_TYPE_I;
H A Dmimic.c412 ctx->frames[ctx->cur_index].f->pict_type = is_pframe ? AV_PICTURE_TYPE_P :
H A Drawdec.c183 frame->pict_type = AV_PICTURE_TYPE_I;
H A Dzmbv.c532 frame->pict_type = AV_PICTURE_TYPE_I;
536 frame->pict_type = AV_PICTURE_TYPE_P;
H A Dmss2.c393 if (s->pict_type != AV_PICTURE_TYPE_I) {
623 frame->pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_select.c54 "pict_type", ///< the type of picture in the movie
321 select->var_values[VAR_PICT_TYPE] = frame->pict_type;
344 av_log(inlink->dst, AV_LOG_DEBUG, " interlace_type:%c pict_type:%c scene:%f",
H A Dvf_spp.c303 if (qp_table && !spp->use_bframe_qp && in->pict_type != AV_PICTURE_TYPE_B) {
H A Dvf_mp.c218 dst->pict_type= src->pict_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dframe.c461 dst->pict_type = src->pict_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c1090 frame->pict_type = picref->video->pict_type;

Completed in 319 milliseconds

<<111213141516