Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c120 static INLINE int64_t get_coeff_dist(tran_low_t tcoeff, tran_low_t dqcoeff, in get_coeff_dist() argument
122 const int64_t diff = (tcoeff - dqcoeff) * (1 << shift); in get_coeff_dist()
387 const tran_low_t tqc = txb_info->tcoeff[coeff_idx];
507 TX_SIZE tx_size, const tran_low_t *tcoeff, argument
528 av1_txb_init_levels(tcoeff, width, height, levels);
586 const tran_low_t v = tcoeff[pos];
615 const tran_low_t v = tcoeff[scan[c]];
644 x->mbmi_ext->cb_coef_buff->tcoeff[plane] + x->mbmi_ext->cb_offset;
650 tran_low_t *tcoeff = BLOCK_OFFSET(tcoeff_txb, block); local
653 av1_write_coeffs_txb(cm, xd, w, blk_row, blk_col, plane, tx_size, tcoeff, eob,
[all …]
Dencodetxb.h31 const tran_low_t *tcoeff; member
56 TX_SIZE tx_size, const tran_low_t *tcoeff,
Dblock.h68 tran_low_t tcoeff[MAX_MB_PLANE][MAX_SB_SQUARE]; member
Dbitstream.c375 x->mbmi_ext->cb_coef_buff->tcoeff[plane] + x->mbmi_ext->cb_offset; in pack_txb_tokens()
381 tran_low_t *tcoeff = BLOCK_OFFSET(tcoeff_txb, block); in pack_txb_tokens() local
384 av1_write_coeffs_txb(cm, xd, w, blk_row, blk_col, plane, tx_size, tcoeff, in pack_txb_tokens()