OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shift_var
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
409
int
shift_var
;
local
506
shift_var
= WebRtcSpl_NormW32(CorrQ7[0]) - 18;
508
if (
shift_var
> 0) {
510
CorrQ7_norm[k] = CorrQ7[k] <<
shift_var
;
514
CorrQ7_norm[k] = CorrQ7[k] >> (-
shift_var
);
541
if (
shift_var
> 0) {
542
nrg_u32 = nrg_u32 >>
shift_var
;
544
nrg_u32 = nrg_u32 << (-
shift_var
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h
124
const int
shift_var
; /* variable shift costs */
member in struct:processor_costs
[
all
...]
Completed in 1060 milliseconds