Searched refs:coeff_buf_pool (Results 1 – 1 of 1) sorted by relevance
28 CoeffBufferPool *coeff_buf_pool = &cpi->coeff_buffer_pool; in av1_alloc_txb_buf() local46 cm, coeff_buf_pool->tcoeff, in av1_alloc_txb_buf()47 aom_memalign(32, sizeof(*coeff_buf_pool->tcoeff) * num_tcoeffs)); in av1_alloc_txb_buf()48 coeff_buf_pool->eobs = in av1_alloc_txb_buf()49 aom_malloc(sizeof(*coeff_buf_pool->eobs) * num_tcoeffs / txb_unit_size); in av1_alloc_txb_buf()50 coeff_buf_pool->entropy_ctx = aom_malloc( in av1_alloc_txb_buf()51 sizeof(*coeff_buf_pool->entropy_ctx) * num_tcoeffs / txb_unit_size); in av1_alloc_txb_buf()53 tran_low_t *tcoeff_ptr = coeff_buf_pool->tcoeff; in av1_alloc_txb_buf()54 uint16_t *eob_ptr = coeff_buf_pool->eobs; in av1_alloc_txb_buf()55 uint8_t *entropy_ctx_ptr = coeff_buf_pool->entropy_ctx; in av1_alloc_txb_buf()[all …]