Home
last modified time | relevance | path

Searched defs:consts (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlib.rs54 mod consts; module
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp190 …Encoder::AnalyzeFourForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts) in AnalyzeFourForPolyphaseFilter()
212 void Encoder::AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) in AnalyzeFourForCosTransform()
252 …ncoder::AnalyzeEightForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts) in AnalyzeEightForPolyphaseFilter()
286 void Encoder::AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) in AnalyzeEightForCosTransform()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
H A Dmod.rs36 mod consts; module
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp88 std::vector<spirv_cross::SPIRConstant> consts; in GetConstants() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2188 …rBackendGLES::SetPushConstants(uint32_t program, const array_view<Gles::PushConstantReflection>& c… in SetPushConstants()