Searched refs:tqc (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 387 const tran_low_t tqc = txb_info->tcoeff[coeff_idx]; local 397 const int64_t dqc_dist = get_coeff_dist(tqc, dqc, txb_info->shift); 403 stats->dist0 = get_coeff_dist(tqc, dqc0, txb_info->shift); 420 get_coeff_dist(tqc, stats->low_dqc, txb_info->shift); 1518 const tran_low_t tqc = tcoeff[ci]; local 1520 const int64_t dist = get_coeff_dist(tqc, dqc, shift); 1521 const int64_t dist0 = get_coeff_dist(tqc, 0, shift); 1538 dist_low = get_coeff_dist(tqc, dqc_low, shift); 1627 const tran_low_t tqc = tcoeff[ci]; local 1630 const int64_t dist0 = get_coeff_dist(tqc, 0, shift); [all …]
|