Home
last modified time | relevance | path

Searched refs:AE (Results 1 - 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dlibtwolame.c179 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
181 { "mode", "Mpeg Mode", OFFSET(mode), AV_OPT_TYPE_INT, { .i64 = TWOLAME_AUTO_MODE }, TWOLAME_AUTO_MODE, TWOLAME_MONO, AE, "mode"},
182 { "auto", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TWOLAME_AUTO_MODE }, 0, 0, AE, "mode" },
183 { "stereo", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TWOLAME_STEREO }, 0, 0, AE, "mode" },
184 { "joint_stereo", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TWOLAME_JOINT_STEREO }, 0, 0, AE, "mode" },
185 { "dual_channel", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TWOLAME_DUAL_CHANNEL }, 0, 0, AE, "mode" },
186 { "mono", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TWOLAME_MONO }, 0, 0, AE, "mode" },
187 { "psymodel", "Psychoacoustic Model", OFFSET(psymodel), AV_OPT_TYPE_INT, { .i64 = 3 }, -1, 4, AE},
188 { "energy_levels","enable energy levels", OFFSET(energy), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE},
189 { "error_protection","enable CRC error protection", OFFSET(error_protection), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE},
[all...]
H A Dlibspeexenc.c328 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
330 { "abr", "Use average bit rate", OFFSET(abr), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE },
331 { "cbr_quality", "Set quality value (0 to 10) for CBR", OFFSET(cbr_quality), AV_OPT_TYPE_INT, { .i64 = 8 }, 0, 10, AE },
332 { "frames_per_packet", "Number of frames to encode in each packet", OFFSET(frames_per_packet), AV_OPT_TYPE_INT, { .i64 = 1 }, 1, 8, AE },
333 { "vad", "Voice Activity Detection", OFFSET(vad), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE },
334 { "dtx", "Discontinuous Transmission", OFFSET(dtx), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE },
H A Daudiotoolboxenc.c593 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
596 {"aac_at_mode", "ratecontrol mode", offsetof(ATDecodeContext, mode), AV_OPT_TYPE_INT, {.i64 = -1}, -1, kAudioCodecBitRateControlMode_Variable, AE, "mode"},
597 {"auto", "VBR if global quality is given; CBR otherwise", 0, AV_OPT_TYPE_CONST, {.i64 = -1}, INT_MIN, INT_MAX, AE, "mode"},
598 {"cbr", "constant bitrate", 0, AV_OPT_TYPE_CONST, {.i64 = kAudioCodecBitRateControlMode_Constant}, INT_MIN, INT_MAX, AE, "mode"},
599 {"abr", "long-term average bitrate", 0, AV_OPT_TYPE_CONST, {.i64 = kAudioCodecBitRateControlMode_LongTermAverage}, INT_MIN, INT_MAX, AE, "mode"},
600 {"cvbr", "constrained variable bitrate", 0, AV_OPT_TYPE_CONST, {.i64 = kAudioCodecBitRateControlMode_VariableConstrained}, INT_MIN, INT_MAX, AE, "mode"},
601 {"vbr" , "variable bitrate", 0, AV_OPT_TYPE_CONST, {.i64 = kAudioCodecBitRateControlMode_Variable}, INT_MIN, INT_MAX, AE, "mode"},
603 {"aac_at_quality", "quality vs speed control", offsetof(ATDecodeContext, quality), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 2, AE},
H A Dlibmp3lame.c307 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
309 { "reservoir", "use bit reservoir", OFFSET(reservoir), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AE },
310 { "joint_stereo", "use joint stereo", OFFSET(joint_stereo), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AE },
311 { "abr", "use ABR", OFFSET(abr), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, AE },
H A Dsbcenc.c329 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
332 OFFSET(max_delay), AV_OPT_TYPE_DURATION, {.i64 = 13000}, 1000,13000, AE },
334 OFFSET(msbc), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, AE },
H A Dalacenc.c636 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
638 { "min_prediction_order", NULL, OFFSET(min_prediction_order), AV_OPT_TYPE_INT, { .i64 = DEFAULT_MIN_PRED_ORDER }, MIN_LPC_ORDER, ALAC_MAX_LPC_ORDER, AE },
639 { "max_prediction_order", NULL, OFFSET(max_prediction_order), AV_OPT_TYPE_INT, { .i64 = DEFAULT_MAX_PRED_ORDER }, MIN_LPC_ORDER, ALAC_MAX_LPC_ORDER, AE },
H A Dg726.c383 #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM macro
385 { "code_size", "Bits per code", OFFSET(code_size), AV_OPT_TYPE_INT, { .i64 = 4 }, 2, 5, AE },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMTargetParser.cpp408 for (const auto AE : ARCHExtNames) { in getExtensionFeatures()
409 if ((Extensions & AE.ID) == AE.ID && AE.Feature) in getExtensionFeatures()
410 Features.push_back(AE.Feature); in getExtensionFeatures()
411 else if (AE.NegFeature) in getExtensionFeatures()
412 Features.push_back(AE.NegFeature); in getExtensionFeatures()
435 for (const auto AE : ARCHExtNames) { in getArchExtName()
436 if (ArchExtKind == AE.ID) in getArchExtName()
437 return AE in getArchExtName()
[all...]
H A DAArch64TargetParser.cpp140 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName()
141 if (ArchExtKind == AE.ID) in getArchExtName()
142 return AE.getName(); in getArchExtName()
149 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature()
150 if (AE.NegFeature && ArchExtBase == AE.getName()) in getArchExtFeature()
151 return StringRef(AE.NegFeature); in getArchExtFeature()
155 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature()
156 if (AE.Feature && ArchExt == AE in getArchExtFeature()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local
39 bool SbAE = (S < AE) || (S == AE && A.TiedEnd); // S-before-AE. in overlaps()
51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() local
52 if (AE <= E) in contains()
61 IndexType AS = A.start(), AE = A.end(); in merge() local
64 if (end() < AE || end() == IndexType::None) { in merge()
65 setEnd(AE); in merge()
68 if (end() == AE) in merge()
115 IndexType AS = A.start(), AE = A.end(); addsub() local
[all...]
H A DHexagonLoopIdiomRecognition.cpp1207 bool AE = true, AL = true; in classifyInst()
1212 AE = false; in classifyInst()
1217 if (AE && AL) in classifyInst()
1222 if (!AE && !AL) in classifyInst()
1226 assert(AE != AL); in classifyInst()
1228 if (AE) in classifyInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp96 for (auto AI = M.alias_begin(), AE = M.alias_end(); AI != AE; ++AI) {
146 for (auto AI = F.arg_begin(), AE = F.arg_end(); AI != AE; ++AI) in runOnFunction()
/third_party/ffmpeg/libavformat/
H A Dalp.c236 enum { AE = AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM }; enumerator
247 .flags = AE,
258 .flags = AE,
269 .flags = AE,
280 .flags = AE,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp129 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper() local
143 for (; AI != AE && PI != PE; ++AI, ++PI) { in createWrapper()
174 for (; AI != AE; ++AI) in createWrapper()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dregioncodefortesting.js35 AE: 'AE',
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMangler.cpp97 for (Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in addByteCountSuffix()
98 AI != AE; ++AI) { in addByteCountSuffix()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java26 static final String AE = "AE"; field in RegionCode
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.h56 static const char* AE() { in AE() function in i18n::phonenumbers::RegionCode
57 return "AE"; in AE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp96 for (Function::const_arg_iterator AI = Fn->arg_begin(), AE = Fn->arg_end(); in setFunction()
97 AI != AE; ++AI) in setFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp300 for (LiveInterval::iterator AI = FMAInt.begin(), AE = FMAInt.end(); in processBlock()
301 AI != AE; ++AI) { in processBlock()
/third_party/backends/backend/
H A Dcanon-scsi.c283 execute_auto_focus (int fd, int AF, int speed, int AE, int count) in execute_auto_focus() argument
288 DBG (7, ">> focus: mode='%d', speed='%d', AE='%d', count='%d'\n", in execute_auto_focus()
289 AF, speed, AE, count); in execute_auto_focus()
294 cmd[2] = (u_char) ((speed << 7) | AE); in execute_auto_focus()
H A Dcanon.h287 SANE_Bool AE; /* Auto Exposure */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp255 CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end(); in visitCallSite() local
256 for (; AI != AE; ++AI) { in visitCallSite()
271 for (CallSite::arg_iterator BI = CS.arg_begin(); BI != AE; in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1216 for (auto *AE : AllowedExit) { in prepareToFoldTailByMasking()
1219 if (ReductionLiveOuts.count(AE)) in prepareToFoldTailByMasking()
1221 for (User *U : AE->users()) { in prepareToFoldTailByMasking()
/third_party/mbedtls/library/
H A Daes.c127 V(C2, B7, B7, 75), V(1C, FD, FD, E1), V(AE, 93, 93, 3D), V(6A, 26, 26, 4C), \
166 V(AF, 65, 65, CA), V(8E, 7A, 7A, F4), V(E9, AE, AE, 47), V(18, 08, 08, 10), \
173 V(A3, 61, 61, C2), V(5F, 35, 35, 6A), V(F9, 57, 57, AE), V(D0, B9, B9, 69), \
257 V(E0, 77, 64, B1), V(84, AE, 6B, BB), V(1C, A0, 81, FE), V(94, 2B, 08, F9), \
266 V(F9, 8A, 21, 3E), V(3D, 06, DD, 96), V(AE, 05, 3E, DD), V(46, BD, E6, 4D), \
272 V(FB, FF, 0E, FD), V(56, 38, 85, 0F), V(1E, D5, AE, 3D), V(27, 39, 2D, 36), \
282 V(7D, 24, 4A, 85), V(F8, 3D, BB, D2), V(11, 32, F9, AE), V(6D, A1, 29, C7), \

Completed in 35 milliseconds

12