OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_rotate
(Results
1 - 12
of
12
) sorted by null
/external/opencore/codecs_v2/audio/aac/dec/src/
fwd_long_complex_rot.cpp
167
const Int32 *
p_rotate
;
local
186
p_rotate
= exp_rotation_N_2048;
228
exp_jw = *
p_rotate
++;
263
exp_jw = *
p_rotate
++;
imdct_fxp.cpp
279
const Int32 *
p_rotate
;
local
304
p_rotate
= exp_rotation_N_256;
309
p_rotate
= exp_rotation_N_2048;
334
p_rotate_2 = &
p_rotate
[n_4-1];
354
exp_jw = *
p_rotate
++;
404
exp_jw = *
p_rotate
++;
mdct_fxp.cpp
281
const Int32 *
p_rotate
;
local
302
p_rotate
= (Int32 *)exp_rotation_N_256;
306
p_rotate
= (Int32 *)exp_rotation_N_2048;
345
exp_jw = *
p_rotate
++;
387
exp_jw = *
p_rotate
++;
fwd_short_complex_rot.cpp
165
const Int32 *
p_rotate
;
local
185
p_rotate
= exp_rotation_N_256;
224
sin_n = *
p_rotate
++;
inv_long_complex_rot.cpp
171
const Int32 *
p_rotate
;
local
204
p_rotate
= &exp_rotation_N_2048[255];
283
exp_jw = *
p_rotate
--;
330
exp_jw = *
p_rotate
--;
inv_short_complex_rot.cpp
169
const Int32 *
p_rotate
;
local
204
p_rotate
= exp_rotation_N_256;
240
exp_jw = *
p_rotate
++;
/frameworks/base/media/libstagefright/codecs/aacdec/
fwd_long_complex_rot.cpp
167
const Int32 *
p_rotate
;
local
186
p_rotate
= exp_rotation_N_2048;
228
exp_jw = *
p_rotate
++;
263
exp_jw = *
p_rotate
++;
imdct_fxp.cpp
279
const Int32 *
p_rotate
;
local
304
p_rotate
= exp_rotation_N_256;
309
p_rotate
= exp_rotation_N_2048;
334
p_rotate_2 = &
p_rotate
[n_4-1];
354
exp_jw = *
p_rotate
++;
404
exp_jw = *
p_rotate
++;
mdct_fxp.cpp
281
const Int32 *
p_rotate
;
local
302
p_rotate
= (Int32 *)exp_rotation_N_256;
306
p_rotate
= (Int32 *)exp_rotation_N_2048;
345
exp_jw = *
p_rotate
++;
387
exp_jw = *
p_rotate
++;
fwd_short_complex_rot.cpp
165
const Int32 *
p_rotate
;
local
185
p_rotate
= exp_rotation_N_256;
224
sin_n = *
p_rotate
++;
inv_long_complex_rot.cpp
171
const Int32 *
p_rotate
;
local
204
p_rotate
= &exp_rotation_N_2048[255];
283
exp_jw = *
p_rotate
--;
330
exp_jw = *
p_rotate
--;
inv_short_complex_rot.cpp
169
const Int32 *
p_rotate
;
local
204
p_rotate
= exp_rotation_N_256;
240
exp_jw = *
p_rotate
++;
Completed in 151 milliseconds