HomeSort by relevance Sort by last modified time
    Searched refs:cc_target_is_cpe (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_multichannel.c 171 ind_channel_info->cc_target_is_cpe[c] = ixheaacd_read_bits_buf(bs, 1);
173 if (ind_channel_info->cc_target_is_cpe[c]) {
309 if (ind_channel_info->cc_target_is_cpe[c] == 0) {
317 if (ind_channel_info->cc_target_is_cpe[c] == 1) {
337 if (ind_channel_info->cc_target_is_cpe[c] == 1) {
ixheaacd_struct_def.h 71 WORD8 cc_target_is_cpe[MAX_BS_ELEMENT]; member in struct:ia_enhaacplus_dec_ind_cc
  /external/aac/libAACdec/src/
channel.cpp 772 int cc_target_is_cpe; local
775 cc_target_is_cpe = FDKreadBit(hBs); /* cc_target_is_cpe[c] */
778 if (cc_target_is_cpe) {
    [all...]

Completed in 756 milliseconds