OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r01r
(Results
1 - 6
of
6
) sorted by null
/external/opencore/codecs_v2/audio/aac/dec/src/
calc_auto_corr.cpp
196
ac->
r01r
= (Int32)(temp_r01r >> temp3);
209
ac->
r01r
= (Int32)(temp_r01r << temp3);
218
ac->
r01r
= (Int32)(temp_r01r >> temp3);
349
ac->
r01r
= (Int32)(accu2 >> temp1);
364
ac->
r01r
= (Int32)(accu2 << temp1);
376
ac->
r01r
= (Int32)(accu2 >> temp1);
sbr_generate_high_freq.cpp
513
pv_div(ac.
r01r
, ac.r11r, "ient);
567
* alphar[1][loBand] = ( ac.
r01r
* ac.r12r - ac.r02r * ac.r11r ) / ac.det;
571
temp1 = fxp_mac32_Q30(ac.
r01r
, ac.r12r, temp1);
602
* alphar[0][loBand] = - ( ac.
r01r
+ alphar[1][loBand] * ac.r12r ) / ac.r11r;
840
temp1r = fxp_mul32_Q29(ac.
r01r
, ac.r12r);
844
temp1i = fxp_mul32_Q29(ac.
r01r
, ac.r12i);
870
temp0r = - (ac.
r01r
+ fxp_mul32_Q28(temp1r, ac.r12r) + fxp_mul32_Q28(temp1i, ac.r12i));
calc_auto_corr.h
74
Int32
r01r
;
member in struct:ACORR_COEFS
/frameworks/base/media/libstagefright/codecs/aacdec/
calc_auto_corr.cpp
196
ac->
r01r
= (Int32)(temp_r01r >> temp3);
209
ac->
r01r
= (Int32)(temp_r01r << temp3);
218
ac->
r01r
= (Int32)(temp_r01r >> temp3);
349
ac->
r01r
= (Int32)(accu2 >> temp1);
364
ac->
r01r
= (Int32)(accu2 << temp1);
376
ac->
r01r
= (Int32)(accu2 >> temp1);
sbr_generate_high_freq.cpp
513
pv_div(ac.
r01r
, ac.r11r, "ient);
567
* alphar[1][loBand] = ( ac.
r01r
* ac.r12r - ac.r02r * ac.r11r ) / ac.det;
571
temp1 = fxp_mac32_Q30(ac.
r01r
, ac.r12r, temp1);
602
* alphar[0][loBand] = - ( ac.
r01r
+ alphar[1][loBand] * ac.r12r ) / ac.r11r;
840
temp1r = fxp_mul32_Q29(ac.
r01r
, ac.r12r);
844
temp1i = fxp_mul32_Q29(ac.
r01r
, ac.r12i);
870
temp0r = - (ac.
r01r
+ fxp_mul32_Q28(temp1r, ac.r12r) + fxp_mul32_Q28(temp1i, ac.r12i));
calc_auto_corr.h
74
Int32
r01r
;
member in struct:ACORR_COEFS
Completed in 28 milliseconds