OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_p
(Results
1 - 3
of
3
) sorted by null
/external/libxaac/decoder/drc_src/
impd_drc_fiilter_bank.c
259
FLOAT32 st2 = filter->
y_p
[chan_idx * 2];
268
filter->
y_p
[chan_idx * 2] = st2;
287
FLOAT32 st3_l = pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 0];
288
FLOAT32 st4_l = pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 1];
298
FLOAT32 st3_h = pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 0];
299
FLOAT32 st4_h = pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 1];
324
pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 0] = st3_l;
325
pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 1] = st4_l;
329
pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 0] = st3_h;
330
pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 1] = st4_h
[
all
...]
impd_drc_filter_bank.c
259
FLOAT32 st2 = filter->
y_p
[chan_idx * 2];
268
filter->
y_p
[chan_idx * 2] = st2;
287
FLOAT32 st3_l = pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 0];
288
FLOAT32 st4_l = pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 1];
298
FLOAT32 st3_h = pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 0];
299
FLOAT32 st4_h = pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 1];
324
pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 0] = st3_l;
325
pstr_lp_filt_coeff->
y_p
[chan_idx * 2 + 1] = st4_l;
329
pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 0] = st3_h;
330
pstr_hp_filt_coeff->
y_p
[chan_idx * 2 + 1] = st4_h
[
all
...]
impd_drc_filter_bank.h
64
FLOAT32
y_p
[MAX_CHANNEL_COUNT * 2];
member in struct:__anon26367
Completed in 979 milliseconds