Interface for quantization functions.
#include "cu.h"
#include "encoderstate.h"
#include "global.h"
#include "kvazaar.h"
#include "tables.h"
Go to the source code of this file.
◆ STRATEGIES_ENCODE_EXPORTS
◆ encode_coeff_nxn_func
typedef 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) |
◆ kvz_strategy_register_encode()
int kvz_strategy_register_encode |
( |
void * | opaque, |
|
|
uint8_t | bitdepth ) |
◆ kvz_encode_coeff_nxn