OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scale_shift
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h
100
scale_shift
= 24;
111
int16_t
scale_shift
;
member in struct:webrtc::BackgroundNoise::ChannelParameters
background_noise.cc
167
return channel_parameters_[channel].
scale_shift
;
256
parameters.
scale_shift
=
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c
453
#define SCALED( x ) ( ( (x) < 0 ? -( -(x) << ras.
scale_shift
) \
454
: ( (x) << ras.
scale_shift
) ) \
475
Int
scale_shift
; /* == precision_shift for bitmaps */
member in struct:black_TWorker_
[
all
...]
/external/pdfium/third_party/freetype/src/raster/
ftraster.c
453
#define SCALED( x ) ( ( (x) < 0 ? -( -(x) << ras.
scale_shift
) \
454
: ( (x) << ras.
scale_shift
) ) \
475
Int
scale_shift
; /* == precision_shift for bitmaps */
member in struct:black_TWorker_
[
all
...]
/external/freetype/src/raster/
ftraster.c
453
#define SCALED( x ) ( ( (Long)(x) << ras.
scale_shift
) - ras.precision_half )
473
Int
scale_shift
; /* == precision_shift for bitmaps */
member in struct:black_TWorker_
[
all
...]
Completed in 105 milliseconds