OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_cos
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_6.cpp
131
const int32 *
pt_cos
= cosTerms_1_ov_cos_phi_N6;
local
138
*(pt_vec_o++) = fxp_mul32_Q29(tmp, *(
pt_cos
++));
139
*(pt_vec_o++) = fxp_mul32_Q29(tmp1, *(
pt_cos
++));
140
*(pt_vec_o++) = fxp_mul32_Q29(tmp2, *(
pt_cos
++));
pvmp3_mdct_18.cpp
144
const int32 *
pt_cos
= cosTerms_1_ov_cos_phi;
local
154
tmp = fxp_mul32_Q32(tmp << 1, *(
pt_cos
++));
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_mdct_18_arm.s
67
; tmp = fxp_mul32_Q32( tmp<<1, *(
pt_cos
++ ));
pvmp3_mdct_18_gcc.s
65
@ tmp = fxp_mul32_Q32( tmp<<1, *(
pt_cos
++ ))
pvmp3_mdct_18_wm.asm
65
; tmp = fxp_mul32_Q32( tmp<<1, *(
pt_cos
++ ));
Completed in 122 milliseconds