OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_time_data
(Results
1 - 1
of
1
) sorted by null
/external/libxaac/decoder/
ixheaacd_multichannel.c
257
void ixheaacd_dec_couple_channel(WORD16 *
p_time_data
, WORD16 *out_samp_cc,
268
*
p_time_data
= ixheaacd_add16_sat(out_cc, *
p_time_data
);
269
p_time_data
+= total_channels;
310
WORD16 *
p_time_data
= &ptr_time_data[k];
local
314
ixheaacd_dec_couple_channel(
p_time_data
, out_samp_cc, frame_size,
319
WORD16 *
p_time_data
= &ptr_time_data[k];
local
323
ixheaacd_dec_couple_channel(
p_time_data
, out_samp_cc, frame_size,
330
WORD16 *
p_time_data
= &ptr_time_data[k + 1];
local
333
ixheaacd_dec_couple_channel(
p_time_data
, out_samp_cc, frame_size
[
all
...]
Completed in 88 milliseconds