OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shift_up
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
tns_ar_filter.cpp
334
Int
shift_up
;
local
364
shift_up
= UPPER16 - Q_lpc;
370
shift_down_amount +=
shift_up
;
387
y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) <<
shift_up
;
410
y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) <<
shift_up
;
442
*(p_spec) = (*p_spec >> shift_down_amount) + (y0 <<
shift_up
);
464
*(p_spec) = (*p_spec >> shift_down_amount) + (y0 <<
shift_up
);
/external/v8/src/arm/
macro-assembler-arm.cc
329
int
shift_up
= 32 - lsb - width;
330
int shift_down = lsb +
shift_up
;
331
if (
shift_up
!= 0) {
332
mov(dst, Operand(dst, LSL,
shift_up
), LeaveCC, cond);
[
all
...]
Completed in 21 milliseconds