OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScaleShift
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h
67
int16_t
ScaleShift
(size_t channel) const;
background_noise.cc
165
int16_t BackgroundNoise::
ScaleShift
(size_t channel) const {
expand.cc
[
all
...]
/external/llvm/include/llvm/Support/
ScaledNumber.h
844
int32_t
ScaleShift
= std::min(Shift, ScaledNumbers::MaxScale - Scale);
845
Scale +=
ScaleShift
;
846
if (
ScaleShift
== Shift)
854
Shift -=
ScaleShift
;
875
int32_t
ScaleShift
= std::min(Shift, Scale - ScaledNumbers::MinScale);
876
Scale -=
ScaleShift
;
877
if (
ScaleShift
== Shift)
881
Shift -=
ScaleShift
;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c
75
(rc)->logscale = c->
ScaleShift
##chan; \
nv10_state_frag.c
90
(rc)->logscale = c->
ScaleShift
##chan; \
Completed in 689 milliseconds