Searched refs:qcoeff_to_dqcoeff (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 110 static INLINE tran_low_t qcoeff_to_dqcoeff(tran_low_t qc, int coeff_idx, in qcoeff_to_dqcoeff() function 395 const tran_low_t dqc = qcoeff_to_dqcoeff(qc, coeff_idx, dqv, txb_info->shift, 401 qcoeff_to_dqcoeff(0, coeff_idx, dqv, txb_info->shift, txb_info->iqmatrix); 417 stats->low_dqc = qcoeff_to_dqcoeff(stats->low_qc, coeff_idx, dqv, 470 txb_info->dqcoeff[coeff_idx] = qcoeff_to_dqcoeff(
|