Home
last modified time | relevance | path

Searched refs:consts (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp190 void Encoder::AnalyzeFourForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts) in AnalyzeFourForPolyphaseFilter() argument
193 temp[VALUE_0] += static_cast<int32_t>(inData[hop] * consts[hop]); in AnalyzeFourForPolyphaseFilter()
194 temp[VALUE_0] += static_cast<int32_t>(inData[hop + VALUE_1] * consts[hop + VALUE_1]); in AnalyzeFourForPolyphaseFilter()
195 temp[VALUE_1] += static_cast<int32_t>(inData[hop + VALUE_2] * consts[hop + VALUE_2]); in AnalyzeFourForPolyphaseFilter()
196 temp[VALUE_1] += static_cast<int32_t>(inData[hop + VALUE_3] * consts[hop + VALUE_3]); in AnalyzeFourForPolyphaseFilter()
197 temp[VALUE_2] += static_cast<int32_t>(inData[hop + VALUE_4] * consts[hop + VALUE_4]); in AnalyzeFourForPolyphaseFilter()
198 temp[VALUE_2] += static_cast<int32_t>(inData[hop + VALUE_5] * consts[hop + VALUE_5]); in AnalyzeFourForPolyphaseFilter()
199 temp[VALUE_3] += static_cast<int32_t>(inData[hop + VALUE_6] * consts[hop + VALUE_6]); in AnalyzeFourForPolyphaseFilter()
200 temp[VALUE_3] += static_cast<int32_t>(inData[hop + VALUE_7] * consts[hop + VALUE_7]); in AnalyzeFourForPolyphaseFilter()
212 void Encoder::AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) in AnalyzeFourForCosTransform() argument
252 AnalyzeEightForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts) AnalyzeEightForPolyphaseFilter() argument
286 AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) AnalyzeEightForCosTransform() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_encoder.h42 static void AnalyzeFourForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts);
44 static void AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
45 void AnalyzeFourFunction(const int16_t *inData, int32_t *outData, const int16_t *consts) const;
46 static void AnalyzeEightForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts);
48 static void AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
49 void AnalyzeEightFunction(const int16_t *inData, int32_t *outData, const int16_t *consts) const;
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp88 std::vector<spirv_cross::SPIRConstant> consts; in GetConstants() local
90 [&consts](uint32_t, const spirv_cross::SPIRConstant& c) { consts.push_back(c); }); in GetConstants()
91 return consts; in GetConstants()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2154 // the consts list has been filtered and cleared of unused uniforms.
2187 void RenderBackendGLES::SetPushConstants(uint32_t program, const array_view<Gles::PushConstantReflection>& consts)
2199 for (const auto& pc : consts) {
2209 consts[i].array_stride;
2210 consts[i].matrix_stride; */

Completed in 8 milliseconds