1#ifndef STRATEGIES_ENCODE_H_
2#define STRATEGIES_ENCODE_H_
64#define STRATEGIES_ENCODE_EXPORTS \
65 {"encode_coeff_nxn", (void**) &kvz_encode_coeff_nxn}, \
Coding Unit data structure and related functions.
Top level of the encoder implementation.
Header that is included in every other header.
int16_t coeff_t
Definition global.h:115
This file defines the public API of Kvazaar when used as a library.
void encode_coeff_nxn_func(encoder_state_t *const state, cabac_data_t *const cabac, const coeff_t *coeff, uint8_t width, uint8_t type, int8_t scan_mode, int8_t tr_skip, double *bits_out)
Definition strategies-encode.h:49
int kvz_strategy_register_encode(void *opaque, uint8_t bitdepth)
Definition strategies-encode.c:44
encode_coeff_nxn_func * kvz_encode_coeff_nxn
Definition strategies-encode.c:41
Definition encoderstate.h:274