Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c593 int bitsj; in clt_compute_allocation() local
595 bitsj = C*N*m->allocVectors[mid*len+j]<<LM>>2; in clt_compute_allocation()
596 if (bitsj > 0) in clt_compute_allocation()
597 bitsj = IMAX(0, bitsj + trim_offset[j]); in clt_compute_allocation()
598 bitsj += offsets[j]; in clt_compute_allocation()
599 if (bitsj >= thresh[j] || done) in clt_compute_allocation()
603 psum += IMIN(bitsj, cap[j]); in clt_compute_allocation()
605 if (bitsj >= C<<BITRES) in clt_compute_allocation()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp195 const llvm::BitVector &bitsj = latPoints[j].bits; in latGT() local
196 assert(bitsi.size() == bitsj.size()); in latGT()
197 if (bitsi.count() > bitsj.count()) { in latGT()
198 for (unsigned b = 0, be = bitsj.size(); b < be; b++) in latGT()
199 if (bitsj[b] && !bitsi[b]) in latGT()