Home
last modified time | relevance | path

Searched refs:qp_type (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideodec.h56 int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type);
H A Dmpegvideo_dec.c513 int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type) in ff_mpv_export_qp_table() argument
516 int mult = (qp_type == FF_MPV_QSCALE_TYPE_MPEG1) ? 2 : 1; in ff_mpv_export_qp_table()
/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c230 enum AVVideoEncParamsType qp_type; in filter_frame() local
234 ret = ff_qp_table_extract(frame, &qp_table, &qstride, NULL, &qp_type); in filter_frame()
251 const int qp = ff_norm_qscale(qp_table[(y >> 3) * qstride + (x >> 3)], qp_type) * 128/31; in filter_frame()
/third_party/musl/include/
H A Dnetdb.h37 int qp_type; member
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c78 type = param->qp_type; in getaddrinfo_ext()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c93 type = param->qp_type; in getaddrinfo_ext()

Completed in 4 milliseconds