Home
last modified time | relevance | path

Searched refs:cplx_pred_all (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ext_ch_ele.c157 WORD32 cplx_pred_all; in ixheaacd_cplx_pred_data() local
169 cplx_pred_all = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_cplx_pred_data()
171 if (cplx_pred_all == 0) { in ixheaacd_cplx_pred_data()
/external/aac/libAACdec/src/
Dstereo.cpp165 int cplx_pred_all = 0; /* local use only */ in CJointStereo_Read() local
166 cplx_pred_all = FDKreadBits(bs, 1); in CJointStereo_Read()
168 if (cplx_pred_all) { in CJointStereo_Read()