Home
last modified time | relevance | path

Searched full:joint (Results 1 - 25 of 178) sorted by relevance

12345678

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Djoint_matrices_component.h31 /** Contains the joint matrices of a skinned entity.
32 SkinComponent points the ISkin resources containing joint names and the inverse bind matrices of the joints.
33 SkinJointsComponent contains the entities which match the joint names in the hierarchy of the skinned entity.
43 * Joint matrices for the skinned entity. SkinningSystem calculates the joint matrices
46 BASE_NS::Math::Mat4X4, CORE_DEFAULT_MATERIAL_MAX_JOINT_COUNT, jointMatrices, "Joint Matrices", 0, ARRAY_VALUE())
49 * Array of AABB minimum values for each joint in world space. Updated each frame by the SkinningSystem.
52 "Joint AABB Min Values", 0, ARRAY_VALUE())
55 * Array of AABB maximium values for each joint in world space. Updated each frame by the SkinningSystem.
58 "Joint AAB
[all...]
H A Dskin_joints_component.h29 * resources containing joint names and the inverse bind matrices of the joints. JointMatricesComponent contains the
30 * joint matrices of the joint entities in this skin hierarchy.
42 CORE_NS::Entity, CORE_DEFAULT_MATERIAL_MAX_JOINT_COUNT, jointEntities, "Joint Entities", 0, ARRAY_VALUE())
H A Dmesh_component.h69 /** Joint indices. */
71 /** Joint weights. */
159 /** Joint bounds */
160 DEFINE_PROPERTY(BASE_NS::vector<float>, jointBounds, "Joint Bounds", 0, )
H A Dskin_component.h35 /** Skin root entity that is used to calculate joint transformations.
39 /** Skeleton root (if present) points to the node that is the common root of the joint entity hierarchy.
/third_party/mbedtls/include/mbedtls/
H A Doid.h64 #define MBEDTLS_OID_ISO_CCITT_DS "\x55" /* {joint-iso-ccitt(2) ds(5)} */
65 #define MBEDTLS_OID_ISO_ITU_COUNTRY "\x60" /* {joint-iso-itu-t(2) country(16)} */
101 MBEDTLS_OID_ORGANIZATION /* {joint-iso-itu-t(2) country(16) us(840) organization(1)} */
104 #define MBEDTLS_OID_GOV MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ORG_GOV /* {joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101)} */
107 #define MBEDTLS_OID_NETSCAPE MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ORG_NETSCAPE /* Netscape OID {joint-iso-itu-t(2) country(16) us(840) organization(1) netscape(113730)} */
110 #define MBEDTLS_OID_ID_CE MBEDTLS_OID_ISO_CCITT_DS "\x1D" /**< id-ce OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 29} */
112 #define MBEDTLS_OID_NIST_ALG MBEDTLS_OID_GOV "\x03\x04" /** { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) */
126 #define MBEDTLS_OID_AT MBEDTLS_OID_ISO_CCITT_DS "\x04" /**< id-at OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 4} */
252 #define MBEDTLS_OID_DIGEST_ALG_SHA224 MBEDTLS_OID_NIST_ALG "\x02\x04" /**< id-sha224 OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistalgorithm(4) hashalgs(2) 4 } */
253 #define MBEDTLS_OID_DIGEST_ALG_SHA256 MBEDTLS_OID_NIST_ALG "\x02\x01" /**< id-mbedtls_sha256 OBJECT IDENTIFIER ::= { joint
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h138 /** Set Joint data for a submesh.
140 * @param jointData Joint indices per vertex, (4 indices per bone).
141 * @param weightData Joint weights per vertex , (4 weights per bone).
170 /** Returns all joint data of this mesh. */
177 * Returns an array of joint bounds data. Each joint that is referenced by the vertex joint data will
178 * be represented by 6 values defining the min and max bounds defining the bounds for that joint.
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dprevious_joint_matrices_component.h30 /** Contains the previous joint matrices of a skinned entity.
40 * Joint matrices for the skinned entity. SkinningSystem calculates the joint matrices
43 BASE_NS::Math::Mat4X4, CORE_DEFAULT_MATERIAL_MAX_JOINT_COUNT, jointMatrices, "Joint Matrices", 0, ARRAY_VALUE())
/third_party/icu/docs/userguide/dev/
H A Dcontributions.md46 In order for your code to be contributed, you need to assign to IBM joint
47 copyright ownership in the contribution. You retain joint ownership in the
63 the *Joint Copyright Assignment - One-time Contribution* form.
96 only once, an ongoing contributor submits a *Joint Copyright Assignment by
101 The contributor must also send another form, *Addendum to Joint Copyright
107 associated *Joint Copyright Assignment by Ongoing Contributor Agreement*. (See
124 links to the softcopies of the Joint Copyright Assignment forms. See
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Doid.h58 #define MBEDTLS_OID_ISO_CCITT_DS "\x55" /* {joint-iso-ccitt(2) ds(5)} */
59 #define MBEDTLS_OID_ISO_ITU_COUNTRY "\x60" /* {joint-iso-itu-t(2) country(16)} */
89 #define MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ISO_ITU_COUNTRY MBEDTLS_OID_COUNTRY_US MBEDTLS_OID_ORGANIZATION /* {joint-iso-itu-t(2) country(16) us(840) organization(1)} */
92 #define MBEDTLS_OID_GOV MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ORG_GOV /* {joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101)} */
95 #define MBEDTLS_OID_NETSCAPE MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ORG_NETSCAPE /* Netscape OID {joint-iso-itu-t(2) country(16) us(840) organization(1) netscape(113730)} */
98 #define MBEDTLS_OID_ID_CE MBEDTLS_OID_ISO_CCITT_DS "\x1D" /**< id-ce OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 29} */
100 #define MBEDTLS_OID_NIST_ALG MBEDTLS_OID_GOV "\x03\x04" /** { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) */
112 #define MBEDTLS_OID_AT MBEDTLS_OID_ISO_CCITT_DS "\x04" /**< id-at OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 4} */
224 #define MBEDTLS_OID_DIGEST_ALG_SHA224 MBEDTLS_OID_NIST_ALG "\x02\x04" /**< id-sha224 OBJECT IDENTIFIER ::= { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistalgorithm(4) hashalgs(2) 4 } */
225 #define MBEDTLS_OID_DIGEST_ALG_SHA256 MBEDTLS_OID_NIST_ALG "\x02\x01" /**< id-mbedtls_sha256 OBJECT IDENTIFIER ::= { joint
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dsbcdsp_neon.S270 * output: q0, q1 - scale factors without joint stereo
271 * q2, q3 - scale factors with joint stereo
272 * q15 - joint stereo selection mask
311 * input: q15 - joint stereo selection mask
382 @ return r0 = joint
405 @ check whether to use joint stereo for subbands 0, 1, 2
408 vmov.s32 d31[1], r10 @ last subband -> no joint
412 @ calculate and save to memory 'joint' variable
436 @ check whether to use joint stereo for subbands 4, 5, 6
439 vmov.s32 d31[1], r10 @ last subband -> no joint
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_material.h216 /** Per mesh skin joint matrices.
368 /** Add skin joint matrices and get an index for render submesh.
371 * @param skinJointMatrices All skin joint matrices.
372 * @param prevSkinJointMatrices All skin joint matrices for previous frame.
373 * @return Skin joint matrices index for submesh to use. (if no skin joints are given
427 /** Get list of mesh skin joint matrices
451 /** Get submesh joint matrix data
452 * @param skinJointIndex Skin joint index from RenderSubmesh got from AddSkinJointMatrices().
/third_party/rust/crates/quote/src/
H A Druntime.rs312 Some(TokenTree::Punct(Punct::new('\'', Spacing::Joint))) in next()
344 let mut apostrophe = Punct::new('\'', Spacing::Joint); in next()
380 tokens.append(Punct::new($char1, Spacing::Joint));
385 let mut punct = Punct::new($char1, Spacing::Joint);
396 tokens.append(Punct::new($char1, Spacing::Joint));
397 tokens.append(Punct::new($char2, Spacing::Joint));
402 let mut punct = Punct::new($char1, Spacing::Joint);
405 let mut punct = Punct::new($char2, Spacing::Joint);
/third_party/ffmpeg/libavcodec/
H A Dsbcdsp.c292 int blk, joint = 0; in sbc_calc_scalefactors_j() local
296 /* last subband does not use joint stereo */ in sbc_calc_scalefactors_j()
311 /* the rest of subbands can use joint stereo */ in sbc_calc_scalefactors_j()
345 /* decide whether to use joint stereo for this subband */ in sbc_calc_scalefactors_j()
347 joint |= 1 << (subbands - 1 - sb); in sbc_calc_scalefactors_j()
357 /* bitmask with the information about subbands using joint stereo */ in sbc_calc_scalefactors_j()
358 return joint; in sbc_calc_scalefactors_j()
H A Dsbc_parser.c37 int sr, blocks, mode, subbands, bitpool, channels, joint; in sbc_parse_header() local
63 joint = mode == SBC_MODE_JOINT_STEREO; in sbc_parse_header()
67 + (joint * subbands)) + 7) / 8; in sbc_parse_header()
H A Dsbcenc.c99 int joint, int msbc) in sbc_pack_frame()
142 put_bits(&pb, frame->subbands, joint); in sbc_pack_frame()
143 crc_header[crc_pos >> 3] = joint; in sbc_pack_frame()
283 uint8_t joint = frame->mode == SBC_MODE_JOINT_STEREO; in sbc_encode_frame() local
289 + joint * frame->subbands) + 7) / 8; in sbc_encode_frame()
98 sbc_pack_frame(AVPacket *avpkt, struct sbc_frame *frame, int joint, int msbc) sbc_pack_frame() argument
H A Ddca_core.h131 int8_t joint_intensity_index[DCA_CHANNELS]; ///< Joint intensity coding index
145 int8_t joint_scale_sel[DCA_CHANNELS]; ///< Joint subband codebook select
146 int32_t joint_scale_factors[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Scale factors for joint subband coding
H A Dsbc.h102 /* bit number x set means joint stereo has been used in subband x */
103 uint8_t joint; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_skinning_system.h40 * @param skeleton Entity pointing to the node that is the common root of the joint entity hierarchy (optional).
47 * @param skinIbmEntity Entity where we get skin ibm matrices and joint entities.
49 * @param skeleton Entity pointing to the node that is the common root of the joint entity hierarchy (optional).
/third_party/rust/crates/syn/src/
H A Dtt.rs37 (Spacing::Alone, Spacing::Alone) | (Spacing::Joint, Spacing::Joint) => true, in eq()
72 Spacing::Joint => 1u8.hash(h), in hash()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp99 uint8_t joint = (codecParam.channelMode == SBC_CHANNEL_MODE_STEREO) ? JOINT_STEREO : NOT_JOINT_STEREO; in CalculateFrameLength() local
107 size += (((joint ? subbands : VALUE_0) + blocks * bitpool) + VALUE_7) / VALUE_8; in CalculateFrameLength()
644 int &joint) in CalculateScalefactorsJointForTheRestSubband()
683 joint |= VALUE_1 << (frame_.subbands_ - VALUE_1 - sb); in CalculateScalefactorsJointForTheRestSubband()
697 int joint = VALUE_0; in CalculateScalefactorsJoint() local
706 CalculateScalefactorsJointForTheRestSubband(x, y, tmp0, tmp1, joint); in CalculateScalefactorsJoint()
707 return joint; in CalculateScalefactorsJoint()
642 CalculateScalefactorsJointForTheRestSubband(uint32_t &x, uint32_t &y, int32_t &tmp0, int32_t &tmp1, int &joint) CalculateScalefactorsJointForTheRestSubband() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_frame.h51 ssize_t Pack(uint8_t* bufStream, const Frame& frame, int joint);
54 ssize_t PackFrameInternal(const Frame& frame, uint8_t* bufStream, int subbands, int channels, int joint);
/third_party/lame/doc/html/
H A Dms_stereo.html39 During years, what is called Joint-stereo has been misunderstood.<br/>
40 Joint stereo in MP3 is a mechanism to selectively choose between three modes
60 <a name="mi">Intensity-Stereo</a> (not supported in LAME) uses a technique known as joint
/third_party/rust/crates/syn/tests/
H A Dtest_ty.rs59 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in test_macro_variable_type()
149 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in test_group_colons()
185 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in test_group_colons()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_chip.h100 * @Description Obtains the joint mode supported by the chip, for example,
110 * @Description Configure the current joint mode of the chip.
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_chip_hal_interface.h71 * @Description Obtains the joint mode supported by the chip,
80 * @Description Configure the current joint mode of the chip.

Completed in 12 milliseconds

12345678