Home
last modified time | relevance | path

Searched refs:analyze (Results 1 - 25 of 59) sorted by relevance

123

/third_party/ffmpeg/tests/fate/
H A Dfilter-audio.mak331 # test the different analyze modes
332 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-analyze-pe
333 fate-filter-hdcd-analyze-pe: SRC = $(TARGET_SAMPLES)/filter/hdcd-mix.flac
334 fate-filter-hdcd-analyze-pe: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=pe -f s24le
335 fate-filter-hdcd-analyze-pe: CMP = oneline
336 fate-filter-hdcd-analyze-pe: REF = 2d839d8a1cf73b10a566ce3d4cfaa79e
337 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-analyze-lle
338 fate-filter-hdcd-analyze-lle: SRC = $(TARGET_SAMPLES)/filter/hdcd-mix.flac
339 fate-filter-hdcd-analyze-lle: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=lle -f s24le
340 fate-filter-hdcd-analyze
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_earlyzs.c47 analyze(const struct pan_shader_info *s, in analyze() function
114 lut.states[v0][v1][v2] = analyze(s, v0, v1, v2); in pan_earlyzs_analyze()
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py129 _analyze=_analyzer.analyze,
144 _analyze=_analyzer.analyze,
178 analyze = None
181 def analyze(files, **kwargs): function
198 def analyze(files, **kwargs): function
205 _analyze=analyze,
333 'analyze and fail if the CPython source code has any problems',
337 'analyze': (
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__init__.py14 analyze as _analyze,
20 def analyze(filenmes, **kwargs): function
H A Ddatafiles.py8 from . import analyze as _analyze
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDominanceFrontier.cpp50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
/third_party/alsa-utils/bat/
H A Danalyze.c66 int check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, in check_peak()
105 static int check(struct bat *bat, struct analyze *a, int channel) in check()
164 static void calc_magnitude(struct bat *bat, struct analyze *a, int N) in calc_magnitude()
178 static int find_and_check_harmonics(struct bat *bat, struct analyze *a, in find_and_check_harmonics()
443 struct analyze a; in analyze_capture()
H A Dbat.c42 #include "analyze.h"
715 goto analyze; in main()
724 goto analyze; in main()
731 analyze: in main()
H A Dcommon.h258 struct analyze { struct
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexShader.cpp56 analyze(); in VertexShader()
77 analyze(); in VertexShader()
201 void VertexShader::analyze() in analyze() function in sw::VertexShader
H A DPixelShader.hpp48 void analyze();
H A DVertexShader.hpp59 void analyze();
H A DPixelShader.cpp43 analyze(); in PixelShader()
56 analyze(); in PixelShader()
154 void PixelShader::analyze() in analyze() function in sw::PixelShader
/third_party/node/deps/base64/base64/
H A DMakefile61 .PHONY: all analyze clean
105 analyze: clean
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexLatency.h47 mEchoAnalyzer.analyze(); in analyzeData()
/third_party/ffmpeg/libavfilter/
H A Dvf_colorcorrect.c44 int analyze; member
400 const int nb_threads = s->analyze == MEDIAN ? 1 : FFMIN(s->planeheight[1], ff_filter_get_nb_threads(ctx)); in filter_frame()
402 if (s->analyze) { in filter_frame()
403 const int nb_athreads = s->analyze == MEDIAN ? 1 : nb_threads; in filter_frame()
470 switch (s->analyze) { in config_input()
531 { "analyze", "set the analyze mode", OFFSET(analyze), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_ANALYZE-1, VF, "analyze" },
532 { "manual", "manually set options", 0, AV_OPT_TYPE_CONST, {.i64=MANUAL}, 0, 0, VF, "analyze" },
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs5 analyze, as_cannot_derive_set, CannotDerive, DeriveTrait,
1263 self.sizedness = Some(analyze::<SizednessAnalysis>(self)); in compute_sizedness()
1285 self.have_vtable = Some(analyze::<HasVtableAnalysis>(self)); in compute_has_vtable()
1309 self.have_destructor = Some(analyze::<HasDestructorAnalysis>(self)); in compute_has_destructor()
1325 let used_params = analyze::<UsedTemplateParameters>(self); in find_used_template_parameters()
2568 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_debug()
2595 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_default()
2621 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_copy()
2633 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_hash()
2663 Some(analyze in compute_cannot_derive_partialord_partialeq_or_eq()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase()); in runOnMachineFunction()
H A DLazyMachineBlockFrequencyInfo.cpp84 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
H A DMachineLoopInfo.cpp49 LI.analyze(MDT.getBase()); in calculate()
/third_party/lame/frontend/
H A Dgtkanal.c867 analyze(void) in analyze() function
882 analyze(); in plotclick()
957 analyze(); in frameadv1()
978 analyze(); in frameadv()
1051 analyze(); in channel_option()
1084 analyze(); in spec_option()
1095 analyze(); in key_press_event()
1101 analyze(); in key_press_event()
1107 analyze(); in key_press_event()
1113 analyze(); in key_press_event()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpsymodel.h124 * @param channel number of channel element to analyze
139 void (*analyze)(FFPsyContext *ctx, int channel, const float **coeffs, const FFPsyWindowInfo *wi); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h9 // This header defines interfaces to analyze LLVM bitcode files/streams.
87 Error analyze(Optional<BCDumpOptions> O = None,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp235 void GISelCSEInfo::analyze(MachineFunction &MF) { in analyze() function in GISelCSEInfo
373 Info.analyze(*MF); in get()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java187 result.events = mTapLatencyAnalyser.analyze(buffer, 0, numRead); in analyzeCapturedAudio()

Completed in 16 milliseconds

123