Home
last modified time | relevance | path

Searched refs:cc_l (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_multichannel.c174 ind_channel_info->cc_l[c] = ixheaacd_read_bits_buf(bs, 1); in ixheaacd_dec_coupling_channel_element()
176 if (ind_channel_info->cc_l[c] && ind_channel_info->cc_r[c]) in ixheaacd_dec_coupling_channel_element()
319 if (ind_channel_info->cc_l[c] == 1) { in ixheaacd_dec_ind_coupling()
Dixheaacd_struct_def.h75 WORD8 cc_l[MAX_BS_ELEMENT]; member
/external/aac/libAACdec/src/
Dchannel.cpp780 int cc_l, cc_r; in CChannelElement_Read() local
782 cc_l = FDKreadBit(hBs); /* cc_l[c] */ in CChannelElement_Read()
785 if (cc_l && cc_r) { in CChannelElement_Read()