Home
last modified time | relevance | path

Searched refs:core_mode (Results 1 – 9 of 9) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ext_ch_ele.c660 pstr_core_coder->core_mode[ch] = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_core_coder_data()
663 pstr_core_coder->core_mode[ch] = 0; in ixheaacd_core_coder_data()
666 if (nr_core_coder_channels == 2 && pstr_core_coder->core_mode[0] == 0 && in ixheaacd_core_coder_data()
667 pstr_core_coder->core_mode[1] == 0) { in ixheaacd_core_coder_data()
786 if (pstr_core_coder->core_mode[ch] == 1) { in ixheaacd_core_coder_data()
834 (pstr_core_coder->core_mode[0] != pstr_core_coder->core_mode[1])) in ixheaacd_core_coder_data()
847 if (pstr_core_coder->core_mode[0] == CORE_MODE_FD && in ixheaacd_core_coder_data()
848 pstr_core_coder->core_mode[1] == CORE_MODE_FD && in ixheaacd_core_coder_data()
858 if (pstr_core_coder->core_mode[ch] == CORE_MODE_FD) { in ixheaacd_core_coder_data()
867 if (nr_core_coder_channels == 2 && pstr_core_coder->core_mode[0] == 0 && in ixheaacd_core_coder_data()
[all …]
Dixheaacd_bit_extract.h24 WORD32 core_mode[2]; member
Dixheaacd_acelp_decode.c372 WORD32 core_mode = pstr_td_frame_data->acelp_core_mode; in ixheaacd_acelp_alias_cnx() local
503 num_codebits_table[core_mode], code); in ixheaacd_acelp_alias_cnx()
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dmodel_fn.py292 core_mode = core_model_fn_lib.ModeKeys.TRAIN
294 core_mode = core_model_fn_lib.ModeKeys.EVAL
296 core_mode = core_model_fn_lib.ModeKeys.PREDICT
299 mode=core_mode,
/external/aac/libAACdec/src/
Dchannel.cpp174 if (pAacDecoderChannelInfo[L]->data.usac.core_mode || in CChannelElement_Decode()
175 pAacDecoderChannelInfo[R]->data.usac.core_mode) { in CChannelElement_Decode()
661 case core_mode: in CChannelElement_Read()
663 pAacDecoderChannelInfo[ch]->data.usac.core_mode = decision_bit; in CChannelElement_Read()
664 if ((ch == 1) && (pAacDecoderChannelInfo[0]->data.usac.core_mode != in CChannelElement_Read()
665 pAacDecoderChannelInfo[1]->data.usac.core_mode)) { in CChannelElement_Read()
Dchannelinfo.h366 UCHAR core_mode; /* current core mode */ member
Dusacdec_acelp.cpp727 static int MapCoreMode2NBits(int core_mode) { in MapCoreMode2NBits() argument
728 return (int)tab_coremode2nbits[core_mode]; in MapCoreMode2NBits()
/external/aac/libFDK/include/
DFDK_tools_rom.h321 core_mode, /* -> decision for link_sequence */ enumerator
/external/aac/libFDK/src/
DFDK_tools_rom.cpp6900 static const rbd_id_t el_usac_coremode[] = {core_mode, next_channel,