OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rL
(Results
1 - 3
of
3
) sorted by null
/device/google/dragon/audio/hal/dsp/
eq2.c
119
struct biquad *
rL
= &bq[1][0];
133
float32x2_t z1 = {
rL
->y1, rR->y1};
134
float32x2_t z2 = {
rL
->y2, rR->y2};
135
float32x2_t rb0 = {
rL
->b0, rR->b0};
136
float32x2_t rb1 = {
rL
->b1, rR->b1};
137
float32x2_t rb2 = {
rL
->b2, rR->b2};
138
float32x2_t ra1 = {
rL
->a1, rR->a1};
139
float32x2_t ra2 = {
rL
->a2, rR->a2};
195
rL
->y1 = z1[0];
196
rL
->y2 = z2[0]
[
all
...]
/external/neven/Embedded/common/src/b_BasicEm/
Math.c
840
uint32
rL
;
841
power( ( int16* ) xA, ( int32* ) &
rL
, nxA ); // does not work properly in DSPLib version 2.20.02
842
return (
rL
>> 1 );
845
int32
rL
= 0;
848
rL
+= ( int32 ) *xA * *xA;
851
return
rL
;
[
all
...]
/external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.c
676
int32 bbp_scaleL, cL,
rL
, c1L, r1L;
695
rL
= 1;
704
rL
= sqrt( 1 - ebs_sqr( cL ) );
721
rL
= 1;
727
rL
= 0;
757
rL
= bbs_fastSqrt32( ( ( int32 )1 << ( quotientBbpL << 1 ) ) - quotientL * quotientL );
761
/* save cL and
rL
with this accuracy for later */
763
r1L =
rL
;
768
bitsTaken1L = bts_maxAbsIntLog2Of2( cL,
rL
) + 1;
774
rL
>>= shiftL
[
all
...]
Completed in 286 milliseconds