| FFmpeg
    | 
#include "avcodec.h"Go to the source code of this file.
| Enumerations | |
| enum | { QTABLE_DEFAULT = -1, QTABLE_8BIT, QTABLE_GT8BIT } | 
| Functions | |
| av_cold int | ff_ffv1_encode_init (AVCodecContext *avctx) | 
| av_cold int | ff_ffv1_encode_determine_slices (AVCodecContext *avctx) | 
| av_cold int | ff_ffv1_write_extradata (AVCodecContext *avctx) | 
| av_cold int | ff_ffv1_encode_setup_plane_info (AVCodecContext *avctx, enum AVPixelFormat pix_fmt) | 
| size_t | ff_ffv1_encode_buffer_size (AVCodecContext *avctx) | 
| anonymous enum | 
| av_cold int ff_ffv1_encode_init | ( | AVCodecContext * | avctx | ) | 
Definition at line 601 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
| av_cold int ff_ffv1_encode_determine_slices | ( | AVCodecContext * | avctx | ) | 
Definition at line 566 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
| av_cold int ff_ffv1_write_extradata | ( | AVCodecContext * | avctx | ) | 
Definition at line 447 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
| av_cold int ff_ffv1_encode_setup_plane_info | ( | AVCodecContext * | avctx, | 
| enum AVPixelFormat | pix_fmt | ||
| ) | 
Definition at line 801 of file ffv1enc.c.
Referenced by encode_init_internal(), and vulkan_encode_ffv1_init().
| size_t ff_ffv1_encode_buffer_size | ( | AVCodecContext * | avctx | ) | 
Definition at line 1683 of file ffv1enc.c.
Referenced by encode_frame(), vulkan_encode_ffv1_init(), and vulkan_encode_ffv1_submit_frame().
 1.8.17
 1.8.17