Searched refs:get_coeff_dist (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 120 static INLINE int64_t get_coeff_dist(tran_low_t tcoeff, tran_low_t dqcoeff, in get_coeff_dist() function 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); 1403 const int64_t dist = get_coeff_dist(tqc, dqc, shift); 1404 const int64_t dist0 = get_coeff_dist(tqc, 0, shift); 1421 dist_low = get_coeff_dist(tqc, dqc_low, shift); 1471 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift); 1476 const int64_t dist_low = get_coeff_dist(abs_tqc, abs_dqc_low, shift); 1542 const int64_t dist0 = get_coeff_dist(tqc, 0, shift); [all …]
|