Searched refs:pp_mode (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess.h | 65 typedef void pp_mode; typedef 73 pp_mode *mode, pp_context *ppContext, int pict_type); 77 * Return a pp_mode or NULL if an error occurred. 82 pp_mode *pp_get_mode_by_name_and_quality(const char *name, int quality); 83 void pp_free_mode(pp_mode *mode);
|
H A D | postprocess.c | 540 const int8_t QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc) in postProcess() 622 pp_mode *pp_get_mode_by_name_and_quality(const char *name, int quality) in pp_get_mode_by_name_and_quality() 818 void pp_free_mode(pp_mode *mode){ in pp_free_mode() 920 pp_mode *vm, void *vc, int pict_type) in pp_postprocess()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_pp.c | 39 pp_mode *modes[PP_QUALITY_MAX + 1];
|
Completed in 3 milliseconds