OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shift_amt
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
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
;
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
);
apply_tns.cpp
282
*
shift_amt
= tns_ar_filter(...)
288
* adjustment of the q-format to min_q -
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 2929 milliseconds