Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dtxb_rdopt.c37 const int64_t dist = get_coeff_dist(tqc, dqc, shift, qmatrix, ci); in update_coeff_general()
38 const int64_t dist0 = get_coeff_dist(tqc, 0, shift, qmatrix, ci); in update_coeff_general()
55 dist_low = get_coeff_dist(tqc, dqc_low, shift, qmatrix, ci); in update_coeff_general()
105 const int64_t dist = get_coeff_dist(abs_tqc, abs_dqc, shift, qmatrix, ci); in update_coeff_simple()
111 get_coeff_dist(abs_tqc, abs_dqc_low, shift, qmatrix, ci); in update_coeff_simple()
148 const int64_t dist0 = get_coeff_dist(tqc, 0, shift, qmatrix, ci); in update_coeff_eob()
149 int64_t dist = get_coeff_dist(tqc, dqc, shift, qmatrix, ci) - dist0; in update_coeff_eob()
169 dist_low = get_coeff_dist(tqc, dqc_low, shift, qmatrix, ci) - dist0; in update_coeff_eob()
380 const int64_t dist = get_coeff_dist(tqc, dqc, shift, qmatrix, ci); in av1_optimize_txb()
381 const int64_t dist0 = get_coeff_dist(tqc, 0, shift, qmatrix, ci); in av1_optimize_txb()
Dtxb_rdopt_utils.h48 static INLINE int64_t get_coeff_dist(tran_low_t tcoeff, tran_low_t dqcoeff, in get_coeff_dist() function