HomeSort by relevance Sort by last modified time
    Searched defs:aot (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/aot/
compile.h 22 #include "tensorflow/compiler/aot/flags.h"
32 // data and meta-information is available in aot.
35 std::unique_ptr<xla::cpu::CpuAotCompilationResult> aot; member in struct:tensorflow::tfcompile::CompileResult
  /hardware/intel/common/libmix/mix_audio/src/
sst_proxy.c 116 // I have only AOT, where tools are usually specified at eAOT.
117 // However, sometimes, AOT could tell us the tool involved. e.g.
118 // AOT==5 --> SBR
119 // AOT==29 --> PS
120 // AOT==2 --> AAC-LC
122 // we know SBR present only if it is indicated presence, or AOT says so.
123 guint aot = mix_acp_aac_get_aot(acp); local
125 (aot == 5) ||
127 (aot == 29))?1:0;
134 // So MixAudio is implicitly selecting codec base on AOT, psPresentFlag and sbrPresentFlag
    [all...]
mixacpaac.h 141 * @aot: Audio object type. See #mix_acp_aac_set_aot
165 guint aot; member in struct:_MixAudioConfigParamsAAC
262 * @aot: Audio Object Type.
273 MIX_RESULT mix_acp_aac_set_aot(MixAudioConfigParamsAAC *obj, guint aot);
278 * @aot: Pointer to receive the Audio Object Type.
intel_sst_ioctl.h 104 __u8 aot; /* Audio object type. 1=Main , 2=LC , 3=SSR, 4=SBR*/ member in struct:snd_aac_params
  /external/aac/libAACenc/src/
aacEnc_ram.h 166 AUDIO_OBJECT_TYPE aot; /* AOT to be used while encoding. */ member in struct:AAC_ENC
qc_main.cpp 163 INT bitsToSave, AUDIO_OBJECT_TYPE aot,
170 ELEMENT_BITS* elBits, AUDIO_OBJECT_TYPE aot, UINT syntaxFlags,
448 QC_OUT_ELEMENT* RESTRICT qcOutElement, AUDIO_OBJECT_TYPE aot,
466 syntaxFlags, aot, epConfig, &qcOutElement->staticBitsUsed, 0);
600 AUDIO_OBJECT_TYPE aot = AOT_AAC_LC; local
615 syntaxFlags, aot, epConfig, &minElBits, 1);
801 const AUDIO_OBJECT_TYPE aot,
    [all...]
  /external/libxaac/decoder/
ixheaacd_latmdemux.h 29 AUDIO_OBJECT_TYPE aot; member in struct:__anon26564
ixheaacd_create.c 533 UWORD32 aot = pstr_frame_data->str_audio_specific_config.audio_object_type; local
535 switch (aot) {
  /external/aac/libAACdec/include/
aacdecoder_lib.h 486 0x2002, /*!< The AOT found in the configuration is not supported. */
834 aot; \/*!< Audio Object Type (from ASC): is set to the appropriate value member in struct:__anon13556
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 673 AUDIO_OBJECT_TYPE aot) {
674 int tmp = (int)aot;
697 int aot = config->aot; local
709 1); /* Extension Flag: Shall be 1 for aot = 17,19,20,21,22,23 */
718 if ((aot == AOT_AAC_SCAL) || (aot == AOT_ER_AAC_SCAL)) {
722 if (aot == AOT_ER_BSAC) {
726 if ((aot == AOT_ER_AAC_LC) || (aot == AOT_ER_AAC_LTP) |
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 193 AOT_ESCAPE = 31, /**< Signal AOT uses more than 5 bits */
209 AOT_MP2_AAC_LC = 129, /**< Virtual AOT MP2 Low Complexity profile */
210 AOT_MP2_SBR = 132, /**< Virtual AOT MP2 Low Complexity Profile with SBR */
212 AOT_DRM_AAC = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR) */
213 AOT_DRM_SBR = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR) */
215 145, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
217 146, /**< Virtual AOT for DRM Surround (ER-AAC-SCAL (+SBR) +MPS) */
218 AOT_DRM_USAC = 147 /**< Virtual AOT for DRM with USAC */
222 #define CAN_DO_PS(aot) \
223 ((aot) == AOT_AAC_LC || (aot) == AOT_SBR || (aot) == AOT_PS ||
378 AUDIO_OBJECT_TYPE aot; \/**< Audio Object Type (AOT). *\/ member in struct:__anon14089
    [all...]

Completed in 1127 milliseconds