Searched defs:pict_type (Results 1 – 22 of 22) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ratecontrol.c | 84 const int pict_type = rce->new_pict_type; in get_diff_limited_q() local 119 static void get_qminmax(int *qmin_ret, int *qmax_ret, MpegEncContext *s, int pict_type) in get_qminmax() 155 const int pict_type = rce->new_pict_type; in modify_qscale() local 243 const int pict_type = rce->new_pict_type; in get_qscale() local 392 const int pict_type = rce->new_pict_type; in init_pass2() local 884 const int pict_type = s->pict_type; in ff_rate_estimate_qscale() local
|
D | svq1enc.h | 48 enum AVPictureType pict_type; member
|
D | libkvazaar.c | 177 int pict_type; in libkvazaar_encode() local
|
D | ratecontrol.h | 42 int pict_type; member
|
D | libxavs.c | 126 int pict_type; in XAVS_frame() local
|
D | libsvtav1.c | 389 int ret = 0, pict_type; in eb_receive_packet() local
|
D | libx265.c | 482 int pict_type; in libx265_encode_frame() local
|
D | libxvid.c | 825 int pict_type; in xvid_encode_frame() local
|
D | qsvenc.c | 1539 enum AVPictureType pict_type; in ff_qsv_encode() local
|
D | avpacket.c | 820 …_data_set_encoder_stats(AVPacket *pkt, int quality, int64_t *error, int error_count, int pict_type) in ff_side_data_set_encoder_stats()
|
D | libx264.c | 301 int pict_type; in X264_frame() local
|
D | libaomenc.c | 969 int av_unused pict_type; in storeframe() local
|
D | nvenc.c | 1945 enum AVPictureType pict_type; in process_output_surface() local
|
D | libvpxenc.c | 1191 int pict_type; in storeframe() local
|
D | svq3.c | 115 enum AVPictureType pict_type; member
|
D | mpegvideo.h | 212 int pict_type; ///< AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, ... member
|
D | avcodec.h | 3385 int pict_type; /* XXX: Put it back in AVCodecContext. */ member
|
/third_party/ffmpeg/libavutil/ |
D | utils.c | 88 char av_get_picture_type_char(enum AVPictureType pict_type) in av_get_picture_type_char()
|
D | frame.h | 401 enum AVPictureType pict_type; member
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess.c | 939 pp_mode *vm, void *vc, int pict_type) in pp_postprocess()
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 2426 int pict_type = (pkt->data[i+2]>>3) & 0x07; in mxf_parse_mpeg2_frame() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 569 int pict_type; member
|