Home
last modified time | relevance | path

Searched refs:coeff_buffer_base (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.c81 CHECK_MEM_ERROR(cm, cpi->coeff_buffer_base, in av1_alloc_txb_buf()
82 aom_memalign(32, sizeof(*cpi->coeff_buffer_base) * size)); in av1_alloc_txb_buf()
85 void av1_free_txb_buf(AV1_COMP *cpi) { aom_free(cpi->coeff_buffer_base); } in av1_free_txb_buf()
2260 return cpi->coeff_buffer_base + offset;
Dencoder.h1085 CB_COEFF_BUFFER *coeff_buffer_base; member