Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c466 static INLINE void update_coeff(const int coeff_idx, const tran_low_t qc, function
1001 update_coeff(coeff_idx, stats.low_qc, txb_info);
1036 update_coeff(coeff_pos_j, 0, txb_info);
1046 update_coeff(coeff_idx, stats.low_qc, txb_info);
1068 update_coeff(coeff_idx, stats.low_qc, txb_info);
1102 update_coeff(coeff_idx, stats.low_qc, txb_info);
1124 update_coeff(coeff_pos_j, 0, txb_info);
1241 update_coeff(scan[i], txb_info->qcoeff[scan[i]], txb_info);
/external/llvm-project/polly/lib/External/isl/
Disl_polynomial.c2078 static void update_coeff(__isl_keep isl_vec *aff, in update_coeff() function
2112 update_coeff(aff, cst, 0); in isl_poly_update_affine()
2124 update_coeff(aff, cst, 1 + poly->var); in isl_poly_update_affine()