Home
last modified time | relevance | path

Searched refs:sample_data (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdct.h42 JSAMPARRAY sample_data,
45 JSAMPARRAY sample_data,
170 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
172 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
176 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
178 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
180 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
182 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
184 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
186 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
[all …]
A Djcdctmgr.c75 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT() argument
87 sample_data += start_row; /* fold in the vertical offset once */ in forward_DCT()
91 (*do_dct) (workspace, sample_data, start_col); in forward_DCT()
138 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT_float() argument
150 sample_data += start_row; /* fold in the vertical offset once */ in forward_DCT_float()
154 (*do_dct) (workspace, sample_data, start_col); in forward_DCT_float()
A Djfdctint.c176 elemptr = sample_data[ctr] + start_col;
356 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_7x7()
491 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_6x6()
607 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_5x5()
717 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_4x4()
812 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_3x3()
890 elemptr = sample_data[0] + start_col; in jpeg_fdct_2x2()
896 elemptr = sample_data[1] + start_col; in jpeg_fdct_2x2()
965 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_9x9()
1115 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_10x10()
[all …]
A Djfdctflt.c62 jpeg_fdct_float (FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col)
75 elemptr = sample_data[ctr] + start_col;
A Djfdctfst.c117 jpeg_fdct_ifast (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
131 elemptr = sample_data[ctr] + start_col;
A Djpegint.h105 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data_test.py37 sample_data = tf.zeros([32000, 2])
38 wav_encoder = tf.audio.encode_wav(sample_data, 16000)
150 sample_data = input_data.load_wav_file(file_path)
151 self.assertIsNotNone(sample_data)
251 sample_data = np.zeros([desired_samples, 1])
255 sample_data[i, 0] = 0
257 sample_data[i, 0] = -1
259 sample_data[i, 0] = 0
261 sample_data[i, 0] = 1
263 input_data.save_wav_file(test_wav_path, sample_data, 16000)
A Dgenerate_streaming_test_wav_test.py31 sample_data = np.ones([1000])
33 track_data, 2000, sample_data, 0, 1000, 1.0, 100, 100)
A Dlabel_wav_test.py33 sample_data = tf.zeros([1000, 2])
34 wav_encoder = tf.audio.encode_wav(sample_data, 16000)
A Dwav_to_features_test.py34 sample_data = tf.zeros([32000, 2])
35 wav_encoder = tf.audio.encode_wav(sample_data, 16000)
A Dtrain_test.py54 sample_data = tf.zeros([32000, 2])
55 wav_encoder = tf.audio.encode_wav(sample_data, 16000)
A Dgenerate_streaming_test_wav.py55 def mix_in_audio_sample(track_data, track_offset, sample_data, sample_offset, argument
72 track_offset + (sample_data.shape[0] - sample_offset))
81 sample_input = sample_data[sample_offset + i]

Completed in 22 milliseconds