Home
last modified time | relevance | path

Searched refs:PP_QUALITY_MAX (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_pp.c39 pp_mode *modes[PP_QUALITY_MAX + 1];
57 for (i = 0; i <= PP_QUALITY_MAX; i++) { in pp_init()
62 pp->mode_id = PP_QUALITY_MAX; in pp_init()
72 pp->mode_id = av_clip(strtol(args, NULL, 10), 0, PP_QUALITY_MAX); in pp_process_command()
162 for (i = 0; i <= PP_QUALITY_MAX; i++) in pp_uninit()
/third_party/ffmpeg/libpostproc/
H A Dpostprocess.h60 #define PP_QUALITY_MAX 6 macro
80 * @param quality a number from 0 to PP_QUALITY_MAX

Completed in 2 milliseconds