AOMedia AV1 Codec
|
#include <encoder.h>
Data Fields | |
tran_low_t * | tcoeff |
uint16_t * | eobs |
uint8_t * | entropy_ctx |
Pointers to the memory allocated for frame level transform coeff related info.
tran_low_t* CoeffBufferPool::tcoeff |
Pointer to the transformed coefficients buffer.
uint16_t* CoeffBufferPool::eobs |
Pointer to the eobs buffer.
uint8_t* CoeffBufferPool::entropy_ctx |
Pointer to the entropy_ctx buffer.