OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:right_side
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc
188
// |
right_side
|.
190
int32_t
right_side
;
local
192
right_side
= background_noise_.Energy(master_channel_);
195
right_side
= 75000;
197
int right_scale = 16 - WebRtcSpl_NormW32(
right_side
);
200
right_side
=
201
rtc::checked_cast<int32_t>(peak_index) * (
right_side
>> right_scale);
203
// Scale |left_side| properly before comparing with |
right_side
|.
207
// Cannot scale only |left_side|, must scale |
right_side
| too.
210
right_side
= right_side >> (2 * scaling - temp_scale)
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c
73
struct ureg_src tc, struct ureg_src start, bool
right_side
,
76
unsigned wm_start = (
right_side
== transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y;
77
unsigned sw_start =
right_side
? TGSI_SWIZZLE_Y : TGSI_SWIZZLE_X;
79
unsigned wm_tc = (
right_side
== transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X;
80
unsigned sw_tc =
right_side
? TGSI_SWIZZLE_X : TGSI_SWIZZLE_Y;
83
* addr[0..1].(start) =
right_side
? start.x : tc.x
84
* addr[0..1].(tc) =
right_side
? tc.y : start.y
97
struct ureg_src saddr[2], bool
right_side
, bool transposed,
100
unsigned wm_start = (
right_side
== transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y;
101
unsigned wm_tc = (
right_side
== transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py
265
self.
right_side
= False
267
self.
right_side
= True
284
self.assertTrue(other.
right_side
,'Right side not called for %s.%s'
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py
265
self.
right_side
= False
267
self.
right_side
= True
284
self.assertTrue(other.
right_side
,'Right side not called for %s.%s'
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py
265
self.
right_side
= False
267
self.
right_side
= True
284
self.assertTrue(other.
right_side
,'Right side not called for %s.%s'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py
265
self.
right_side
= False
267
self.
right_side
= True
284
self.assertTrue(other.
right_side
,'Right side not called for %s.%s'
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompatImplBase.java
398
contentView.setViewVisibility(R.id.
right_side
, hasRightSide ? View.VISIBLE : View.GONE);
Completed in 252 milliseconds