FFmpeg
|
postprocess.h
Go to the documentation of this file.
pp_mode * pp_get_mode_by_name_and_quality(const char *name, int quality)
Return a pp_mode or NULL if an error occurred.
Definition: postprocess.c:664
Libpostproc version macros.
pp_context * pp_get_context(int width, int height, int flags)
Definition: postprocess.c:895
unsigned postproc_version(void)
Return the LIBPOSTPROC_VERSION_INT constant.
Definition: postprocess.c:92
trying all byte sequences megabyte in length and selecting the best looking sequence will yield cases to try But a word about quality
Definition: rate_distortion.txt:12
const char * postproc_configuration(void)
Return the libpostproc build-time configuration.
Definition: postprocess.c:98
void pp_postprocess(const uint8_t *src[3], const int srcStride[3], uint8_t *dst[3], const int dstStride[3], int horizontalSize, int verticalSize, const QP_STORE_T *QP_store, int QP_stride, pp_mode *mode, pp_context *ppContext, int pict_type)
Definition: postprocess.c:947
Generated on Mon Nov 18 2024 06:51:59 for FFmpeg by 1.8.11