Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 33) sorted by relevance

12

/cmsis-dsp-latest/Documentation/Doxygen/style_template/
Dresize.js33 if (window.chrome) {
56 if (window.chrome) {
68 var windowWidth = $(window).width() + "px";
79 var windowWidth = $(window).width() + "px";
91 var windowHeight = $(window).height();
118 newWidth = (width>250 && width<$(window).width()) ? width : 250;
132 $(window).resize(function() { resizeHeight(); });
146 if (i>=0) window.location.hash=url.substr(i);
153 $(window).on('load',resizeHeight);
Ddarkmode_toggle.js42 window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
77 var menuStyle = window.getComputedStyle(mainMenu);
113 $(window).resize(function(){
157 return window.matchMedia('(prefers-color-scheme: dark)').matches
161 … if (window.chrome) { // Chrome supports localStorage in combination with file:// but not cookies
169 if (window.chrome) {
185 … if (window.chrome) { // Chrome supports localStorage in combination with file:// but not cookies
193 if (window.chrome) {
Dnavtree.js67 … return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem;
77 window.localStorage.setItem('navpath',link);
84 window.localStorage.setItem('navpath','');
91 return window.localStorage.getItem('navpath');
166 if (updateLocation) window.location.href=aname;
257 var windowHeight = $(window).height() - headerHeight - footerHeight;
485 $(window).on('load',function(){
534 $(window).bind('hashchange', function(){
535 if (window.location.hash && window.location.hash.length>1){
/cmsis-dsp-latest/Testing/Source/Tests/
DDistanceTestsF32.cpp14 arm_matrix_instance_q7 window; in test_dtw_distance_f32() local
24 window.numRows=this->queryLength; in test_dtw_distance_f32()
25 window.numCols=this->templateLength; in test_dtw_distance_f32()
26 window.pData = tmpC.ptr(); in test_dtw_distance_f32()
54 status = arm_dtw_init_window_q7(ARM_DTW_SAKOE_CHIBA_WINDOW,5,&window); in test_dtw_distance_f32()
65 if (window.pData[q*this->templateLength+t]) in test_dtw_distance_f32()
73 status = arm_dtw_distance_f32(&distances, &window,&costs,outp); in test_dtw_distance_f32()
78 status = arm_dtw_init_window_q7(ARM_DTW_SAKOE_CHIBA_WINDOW,3,&window); in test_dtw_distance_f32()
80 status = arm_dtw_distance_f32(&distances, &window,&costs,outp); in test_dtw_distance_f32()
84 status = arm_dtw_init_window_q7(ARM_DTW_SLANTED_BAND_WINDOW,1,&window); in test_dtw_distance_f32()
[all …]
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestmfcc.py20 window = sig.windows.hamming(FFTSize, sym=False) variable
31 filtPos,filtLen,packedFilters,window)
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
Dscheduler.cpp72 uint32_t scheduler(int *error,const q15_t *window, in scheduler() argument
98 Feature<q15_t,400,q15_t,1> feature(fifo1,fifo2,window); in scheduler()
Dcoef.cpp24 const q15_t window[400]={0,2,8,18,32,51,73,99,129,163, variable
Dcoef.h40 extern const q15_t window[400];
Dscheduler.h18 extern uint32_t scheduler(int *error,const q15_t *window,
DAppNodes.h274 Feature(FIFOBase<q15_t> &src,FIFOBase<q15_t> &dst,const q15_t *window): in Feature() argument
275 GenericNode<q15_t,inputSize,q15_t,1>(src,dst),mWindow(window){ in Feature()
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dappnodes.py115 def __init__(self,inputSize,outSize,fifoin,fifoout,window): argument
117 self._window=window
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/
Darm_signal_converge_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/
Darm_bayes_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/
Darm_dotproduct_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/
Darm_svm_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/
Darm_fft_bin_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/
Darm_variance_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/
Darm_class_marks_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/
Darm_convolution_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/
Darm_sin_cos_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/
Darm_fir_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/
Darm_graphic_equalizer_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
Darm_linear_interp_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/
Darm_matrix_example.ini5 1) manually from uVision command window (in debug mode) using command:
/cmsis-dsp-latest/
Dsetup.py104 window = list(filter(isnotmissing,list(filter(notf16, windowMod)))) variable
155 moduleWindow = mkModule('cmsisdsp_window',window,"WindowFunctions")

12