21 #if !defined(_O_THEORA_THEORAENC_H_) 22 # define _O_THEORA_THEORAENC_H_ (1) 27 #if defined(__cplusplus) 53 #define TH_ENCCTL_SET_HUFFMAN_CODES (0) 66 #define TH_ENCCTL_SET_QUANT_PARAMS (2) 79 #define TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE (4) 107 #define TH_ENCCTL_SET_VP3_COMPATIBLE (10) 121 #define TH_ENCCTL_GET_SPLEVEL_MAX (12) 135 #define TH_ENCCTL_SET_SPLEVEL (14) 149 #define TH_ENCCTL_GET_SPLEVEL (16) 175 #define TH_ENCCTL_SET_DUP_COUNT (18) 195 #define TH_ENCCTL_SET_RATE_FLAGS (20) 221 #define TH_ENCCTL_SET_RATE_BUFFER (22) 251 #define TH_ENCCTL_2PASS_OUT (24) 297 #define TH_ENCCTL_2PASS_IN (26) 313 #define TH_ENCCTL_SET_QUALITY (28) 334 #define TH_ENCCTL_SET_BITRATE (30) 346 #define TH_RATECTL_DROP_FRAMES (0x1) 354 #define TH_RATECTL_CAP_OVERFLOW (0x2) 361 #define TH_RATECTL_CAP_UNDERFLOW (0x4) 482 #if defined(__cplusplus) int th_encode_ctl(th_enc_ctx *_enc, int _req, void *_buf, size_t _buf_sz)
Encoder control function.
A complete set of quantization parameters.
Definition: codec.h:409
Theora bitstream information.
Definition: codec.h:204
A Huffman code for a Theora DCT token.
Definition: codec.h:438
const th_huff_code TH_VP31_HUFF_CODES[TH_NHUFFMAN_TABLES][TH_NDCT_TOKENS]
The Huffman tables used by VP3.
The shared libtheoradec and libtheoraenc C API.
int th_encode_packetout(th_enc_ctx *_enc, int _last, ogg_packet *_op)
Retrieves encoded video data packets.
void th_encode_free(th_enc_ctx *_enc)
Frees an allocated encoder instance.
#define TH_NHUFFMAN_TABLES
The number of Huffman tables used by Theora.
Definition: codec.h:423
const th_quant_info TH_VP31_QUANT_INFO
The quantization parameters used by VP3.
#define TH_NDCT_TOKENS
The number of DCT token values in each table.
Definition: codec.h:425
struct th_enc_ctx th_enc_ctx
The encoder context.
Definition: theoraenc.h:382
th_img_plane th_ycbcr_buffer[3]
A complete image buffer for an uncompressed frame.
Definition: codec.h:168
int th_encode_ycbcr_in(th_enc_ctx *_enc, th_ycbcr_buffer _ycbcr)
Submits an uncompressed frame to the encoder.
th_enc_ctx * th_encode_alloc(const th_info *_info)
Allocates an encoder instance.
int th_encode_flushheader(th_enc_ctx *_enc, th_comment *_comments, ogg_packet *_op)
Outputs the next header packet.