OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_src
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp
18
float
float_src
[num_vars * depth];
variable
26
float *fsrc = &
float_src
[level * num_vars];
121
float_src
[i] = i * 2.0f;
127
float *fsrc = &
float_src
[throw_to * num_vars];
/ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp
18
float
float_src
[num_vars * depth];
variable
26
float *fsrc = &
float_src
[level * num_vars];
121
float_src
[i] = i * 2.0f;
127
float *fsrc = &
float_src
[throw_to * num_vars];
/external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c
872
const float *
float_src
;
local
874
float_src
= (const float *)src;
877
dst[i*dst_stride] = FLOAT2INT16(
float_src
[i*src_stride+src_channel]);
879
dst[i*dst_stride] =
float_src
[i*src_stride+src_channel];
Completed in 58 milliseconds