Searched refs:qp_type (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodec.h | 56 int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type);
|
H A D | mpegvideo_dec.c | 513 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 D | vf_codecview.c | 230 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 D | netdb.h | 37 int qp_type; member
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getaddrinfo.c | 78 type = param->qp_type; in getaddrinfo_ext()
|
/third_party/musl/src/network/linux/ |
H A D | getaddrinfo.c | 93 type = param->qp_type; in getaddrinfo_ext()
|
Completed in 4 milliseconds