Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c325 const int is_eob, const TxbInfo *const txb_info, argument
328 const TXB_CTX *const txb_ctx = txb_info->txb_ctx;
332 const int16_t *const scan = txb_info->scan_order->scan;
346 get_br_ctx(txb_info->levels, pos, txb_info->bwl, tx_class);
372 const TxbInfo *const txb_info, argument
374 const int16_t *const scan = txb_info->scan_order->scan;
376 const tran_low_t qc = txb_info->qcoeff[coeff_idx];
377 const uint8_t *const levels = txb_info->levels;
387 const tran_low_t tqc = txb_info->tcoeff[coeff_idx];
388 const int dqv = txb_info->dequant[coeff_idx != 0];
[all …]