OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_channel
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py
244
def clamp_expr(src_channel,
dst_channel
, dst_native_type, value):
248
if src_channel ==
dst_channel
:
253
dst_min =
dst_channel
.min()
254
dst_max =
dst_channel
.max()
273
dst_channel
, dst_native_type,
286
if
dst_channel
.type == FLOAT:
289
assert
dst_channel
.type == UNSIGNED
290
assert
dst_channel
.norm
291
assert
dst_channel
.size == 8
294
assert
dst_channel
.type == UNSIGNE
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py
76
def generate_format_read(format,
dst_channel
, dst_native_type, dst_suffix):
133
value = conversion_expr(src_channel,
dst_channel
, dst_native_type, value, clamp=False)
144
value = conversion_expr(src_channel,
dst_channel
, dst_native_type, value, clamp=False)
159
value = get_one(
dst_channel
)
166
value = get_one(
dst_channel
)
200
dst_channel
= format.channels[i]
202
value = conversion_expr(src_channel,
dst_channel
, dst_native_type, value, clamp=False)
271
dst_channel
= format.channels[i]
272
width =
dst_channel
.size
275
value = conversion_expr(src_channel,
dst_channel
, dst_native_type, value, clamp=False
[
all
...]
/external/libopus/src/
opus_multistream_decoder.c
149
int
dst_channel
,
308
int
dst_channel
,
321
float_dst[i*dst_stride+
dst_channel
] = (1/32768.f)*src[i*src_stride];
323
float_dst[i*dst_stride+
dst_channel
] = src[i*src_stride];
329
float_dst[i*dst_stride+
dst_channel
] = 0;
337
int
dst_channel
,
350
short_dst[i*dst_stride+
dst_channel
] = src[i*src_stride];
352
short_dst[i*dst_stride+
dst_channel
] = FLOAT2INT16(src[i*src_stride]);
358
short_dst[i*dst_stride+
dst_channel
] = 0;
/external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc
151
for (size_t
dst_channel
= 0;
dst_channel
< arraysize(kChannels);
152
++
dst_channel
) {
154
kChannels[
dst_channel
], kSampleRates[dst_rate]);
/external/webrtc/webrtc/voice_engine/
utility_unittest.cc
215
for (int
dst_channel
= 0;
dst_channel
< kChannelsSize;
dst_channel
++) {
217
kChannels[
dst_channel
], kSampleRates[dst_rate]);
/external/webp/src/demux/
anim_decode.c
201
const uint8_t
dst_channel
= (dst >> shift) & 0xff;
local
202
const uint32_t blend_unscaled = src_channel * src_a +
dst_channel
* dst_a;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h
[
all
...]
Completed in 600 milliseconds