Searched refs:update_coeff (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 466 static INLINE void update_coeff(const int coeff_idx, const tran_low_t qc, function 887 update_coeff(coeff_idx, stats.low_qc, txb_info); 922 update_coeff(coeff_pos_j, 0, txb_info); 932 update_coeff(coeff_idx, stats.low_qc, txb_info); 954 update_coeff(coeff_idx, stats.low_qc, txb_info); 988 update_coeff(coeff_idx, stats.low_qc, txb_info); 1010 update_coeff(coeff_pos_j, 0, txb_info); 1126 update_coeff(scan[i], txb_info->qcoeff[scan[i]], txb_info);
|