Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c49 tran_low_t low_qc; member
385 stats->low_qc = 0;
409 stats->low_qc = get_lower_coeff(qc);
411 if (is_eob && stats->low_qc == 0) {
414 if (stats->low_qc == 0) {
417 stats->low_dqc = qcoeff_to_dqcoeff(stats->low_qc, coeff_idx, dqv,
424 get_coeff_cost(stats->low_qc, scan_idx, is_eob, txb_info, txb_costs,
447 if (stats->low_qc != 0) {
449 get_coeff_cost(stats->low_qc, scan_idx, 1, txb_info, txb_costs,
999 if ((stats.rd_low < stats.rd) && (stats.low_qc != 0)) {
[all …]