Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_buffer.cc233 std::array<float, kMaxSamplesPerChannel> float_buffer; in CopyFrom() local
234 S16ToFloatS16(interleaved, input_num_frames_, float_buffer.data()); in CopyFrom()
235 input_resamplers_[0]->Resample(float_buffer.data(), input_num_frames_, in CopyFrom()
242 std::array<float, kMaxSamplesPerChannel> float_buffer; in CopyFrom() local
244 resampling_required ? float_buffer.data() : data_->channels()[0]; in CopyFrom()
277 std::array<float, kMaxSamplesPerChannel> float_buffer; in CopyFrom() local
280 float_buffer.data()); in CopyFrom()
281 input_resamplers_[i]->Resample(float_buffer.data(), input_num_frames_, in CopyFrom()
305 std::array<float, kMaxSamplesPerChannel> float_buffer; in CopyTo() local
309 float_buffer.data(), output_num_frames_); in CopyTo()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c60 float* float_buffer; in main() local
110 float_buffer = align_malloc(buffer_size, 4096); in main()
130 float_buffer[i] = (float)rand_double(); in main()
226 buffer[0] = (unsigned char*)float_buffer; in main()
302 align_free(float_buffer); in main()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dquantization_util.cc139 const auto& float_buffer = in QuantizeBuffer() local
142 quantized_buffer->data.resize(float_buffer.data.size()); in QuantizeBuffer()
143 for (std::size_t i = 0; i < float_buffer.data.size(); i++) { in QuantizeBuffer()
144 const float src_val = float_buffer.data[i]; in QuantizeBuffer()
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2019-03-01/
H A Dprotected-memory.txt52 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_1
53 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_10
54 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_2
55 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_3
56 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_4
57 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_5
58 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_6
59 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_7
60 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_8
61 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_9
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vksc-default/
H A Dprotected-memory.txt52 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_1
53 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_10
54 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_2
55 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_3
56 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_4
57 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_5
58 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_6
59 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_7
60 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_8
61 dEQP-VKSC.protected_memory.buffer.copy.float_buffer.primary.random.test_9
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vk-default/
H A Dprotected-memory.txt52 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_1
53 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_10
54 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_2
55 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_3
56 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_4
57 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_5
58 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_6
59 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_7
60 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_8
61 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_9
[all …]
/aosp_15_r20/external/swiftshader/tests/regres/testlists/vk-default/
H A Dprotected-memory.txt52 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_1
53 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_10
54 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_2
55 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_3
56 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_4
57 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_5
58 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_6
59 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_7
60 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_8
61 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_9
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc184 const std::vector<uint8_t> float_buffer = in FindMatchingExpectedTensor() local
186 if ((quantized_buffer == float_buffer) && in FindMatchingExpectedTensor()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp7209 glw::GLfloat *float_buffer = (glw::GLfloat *)m_mipmap_data; in initTextureObject() local
7215 float_buffer[i * 2] = (float)i - 128; in initTextureObject()
7239 glw::GLfloat *float_buffer = (glw::GLfloat *)m_mipmap_data; in initTextureObject() local
7245 float_buffer[i] = (float)i + offset; in initTextureObject()
/aosp_15_r20/external/deqp/android/cts/main/
H A Dvk-incremental-deqp-baseline.txt261004 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_1
261005 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_10
261006 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_2
261007 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_3
261008 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_4
261009 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_5
261010 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_6
261011 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_7
261012 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_8
261013 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_9
[all …]
/aosp_15_r20/external/deqp/android/cts/main/src/
H A Dvk-main-2019-03-01.txt380844 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_1
380845 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_2
380846 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_3
380847 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_4
380848 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_5
380849 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_6
380850 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_1
380851 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_2
380852 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_3
380853 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_4
[all …]
/aosp_15_r20/external/swiftshader/tests/regres/testlists/
H A Dvk-master-NOT_SUPPORTED.txt1452004 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_1
1452005 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_10
1452006 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_2
1452007 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_3
1452008 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_4
1452009 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_5
1452010 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_6
1452011 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_7
1452012 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_8
1452013 dEQP-VK.protected_memory.buffer.copy.float_buffer.primary.random.test_9
[all …]