OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_target_ch
(Results
1 - 4
of
4
) sorted by null
/external/libxaac/decoder/drc_src/
impd_drc_main_qmf_process.c
48
WORD32
num_target_ch
= uni_drc_sel_proc_output->target_channel_count;
local
56
if (
num_target_ch
> MAX_CHANNEL_COUNT) return -1;
58
if (
num_target_ch
> num_base_ch) return -1;
61
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
68
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
impd_drc_main_stft_process.c
46
WORD32
num_target_ch
= uni_drc_sel_proc_output->target_channel_count;
local
54
if (
num_target_ch
> MAX_CHANNEL_COUNT) return -1;
56
if (
num_target_ch
> num_base_ch) return -1;
59
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
66
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
impd_drc_main_td_process.c
48
WORD32
num_target_ch
= uni_drc_sel_proc_output->target_channel_count;
local
52
if (
num_target_ch
> MAX_CHANNEL_COUNT) return -1;
54
if (
num_target_ch
> num_base_ch) return -1;
57
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
64
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
impd_drc_main_td_qmf_process.c
126
WORD32
num_target_ch
= uni_drc_sel_proc_output->target_channel_count;
local
130
if (
num_target_ch
> MAX_CHANNEL_COUNT) return -1;
132
if (
num_target_ch
> num_base_ch) return -1;
135
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
142
for (o_ch = 0; o_ch <
num_target_ch
; o_ch++) {
Completed in 186 milliseconds