OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounding
(Results
526 - 550
of
2466
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/webrtc/webrtc/common_audio/vad/
vad_gmm.c
38
// 131072 = 1 in Q17, and (|std| >> 1) is for
rounding
instead of truncation.
/external/webrtc/webrtc/common_video/libyuv/
scaler.cc
68
// Make sure the offsets are even to avoid
rounding
errors for the U/V planes.
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
hp_input.c
61
/*
Rounding
in Q(12+1), i.e. add 2^12 */
hp_output.c
61
/*
Rounding
in Q(12-1), i.e. add 2^10 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
autocorr.c
61
L_sum = vo_L_deposit_h(16); /* sqrt(256), avoid overflow after
rounding
*/
hp400.c
81
L_tmp = 8192L; /*
rounding
to maximise precision */
hp50.c
83
L_tmp = 8192 ; /*
rounding
to maximise precision */
hp_wsp.c
110
L_tmp = 16384L; /*
rounding
to maximise precision */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp
388
*blk = 0; /* for proper
rounding
in the fourth stage */
448
*blk = 0; /* for proper
rounding
in the fourth stage */
520
*blk = 0; /* for proper
rounding
in the fourth stage */
591
blk += 8; /* for proper
rounding
in the fourth stage */
647
blk += 8; /* for proper
rounding
in the fourth stage */
772
*blk = 0; /* for proper
rounding
in the fourth stage */
882
*blk = 0; /* for proper
rounding
in the fourth stage */
938
*blk = 0;/* for proper
rounding
in the fourth stage */
1006
*blk = 0; /* for proper
rounding
in the fourth stage */
1248
*blk = 0; /* for proper
rounding
in the fourth stage *
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SADQuar_8x.c
45
*
Rounding
is applied according to the convention (a+b+1)>>1.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Half_16x16.c
68
* rndVal -
rounding
control parameter: 0 - disabled; 1 - enabled.
omxVCM4P2_BlockMatch_Half_8x8.c
68
* rndVal -
rounding
control parameter: 0 - disabled; 1 - enabled.
/frameworks/av/services/audiopolicy/common/include/
Volume.h
50
* we use 100 steps to avoid
rounding
errors when computing the volume in volIndexToDb()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ipic.c
34
/*
rounding
control is implied for simple and main profile, SMPTE 421M 8.3.7.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm
31
; static const int
rounding
= 0;
/hardware/intel/img/psb_video/src/hwdefs/
topazhp_default_params.h
135
// Default to adaptive
rounding
active
/libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java
275
* which should help us avoid double-
rounding
error.
278
* of
rounding
is preferred.
316
// Discard non-significant low-order bits, while
rounding
,
429
// no
rounding
necessary
[
all
...]
/packages/apps/Contacts/res/layout/
date_picker.xml
23
contained in it. This helps to prevent
rounding
errors when toggling the "Show year" option -->
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fenv.h
44
/* The ix87 FPU supports all of the four defined
rounding
modes. We
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fenv.h
46
/* The ix87 FPU supports all of the four defined
rounding
modes. We
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
BUGS
31
if the FPU
rounding
precision has been changed to single (this is a
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c
2
* LORIA, Nancy, France. It shows how one can use different
rounding
modes.
/prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
ddQuantize.decTest
31
rounding
: half_even
150
-- a couple where
rounding
was different in base tests
151
rounding
: half_up
155
rounding
: half_even
356
rounding
: down
360
rounding
: half_up
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
ddQuantize.decTest
31
rounding
: half_even
150
-- a couple where
rounding
was different in base tests
151
rounding
: half_up
155
rounding
: half_even
356
rounding
: down
360
rounding
: half_up
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/
doc.go
38
Set address
rounding
quantum.
Completed in 783 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>