1#ifndef ENCODE_CODING_TREE_AVX2_H_
2#define ENCODE_CODING_TREE_AVX2_H_
int kvz_strategy_register_encode_avx2(void *opaque, uint8_t bitdepth)
Definition: encode_coding_tree-avx2.c:608
void kvz_encode_coeff_nxn_avx2(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)
Top level of the encoder implementation.
Header that is included in every other header.
int16_t coeff_t
Definition: global.h:115
Definition: encoderstate.h:274