HomeSort by relevance Sort by last modified time
    Searched refs:shift_amt (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_inv_filter.cpp 176 shift_amt = (lpc_qformat - 5);
213 mult = mult >> shift_amt;
308 Int shift_amt; local
348 shift_amt = (lpc_qformat - 5);
407 *(pCoef) += (mult >> shift_amt);
q_normalize.cpp 33 (2) Change variable "k" to more descriptive "shift_amt"
249 Int shift_amt; local
323 shift_amt = tmp2 - min_q;
325 if (shift_amt == 0)
347 if (shift_amt < 31)
350 tmp1 = *(pCoef++) >> shift_amt;
351 tmp2 = *(pCoef--) >> shift_amt;
363 tmp1 = *(pCoef++) >> shift_amt;
364 tmp2 = *(pCoef--) >> shift_amt;
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 762 unsigned shift_amt = unsigned(CN->getZExtValue()); local
764 if (shift_amt >= 32) {
769 shift_amt -= 32;
770 if (shift_amt > 0) {
772 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2296 UInt shift_amt = (insn_11_0 >> 7) & 0x1F; local
    [all...]
guest_amd64_toIR.c 3354 IRTemp shift_amt = newTemp(Ity_I8); local
    [all...]
guest_x86_toIR.c 2443 IRTemp shift_amt = newTemp(Ity_I8); local
    [all...]

Completed in 329 milliseconds