Home
last modified time | relevance | path

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

123456

/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...]
/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
/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...]
/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
H A Datrac3.c102 /** joint-stereo related variables */
656 * Multichannel joint stereo interleaves pairs (6ch: 2ch + 2ch + 2ch) */ in decode_frame()
676 /* Framedata of the su2 in the joint-stereo mode is encoded in in decode_frame()
959 if (channels % 2 == 1) { /* Joint stereo channels must be even */ in atrac3_decode_init()
960 av_log(avctx, AV_LOG_ERROR, "Invalid joint stereo channel configuration.\n"); in atrac3_decode_init()
963 av_log(avctx, AV_LOG_DEBUG, "Joint stereo detected.\n"); in atrac3_decode_init()
986 /* init the joint-stereo decoding data */ in atrac3_decode_init()
H A Ddca_core.c288 // Joint intensity coding index in parse_coding_header()
293 av_log(s->avctx, AV_LOG_ERROR, "Invalid joint intensity coding index\n"); in parse_coding_header()
391 // Look up joint scale factor in parse_joint_scale()
393 av_log(s->avctx, AV_LOG_ERROR, "Invalid joint scale factor index\n"); in parse_joint_scale()
492 // Joint subband codebook select in parse_subframe_header()
497 av_log(s->avctx, AV_LOG_ERROR, "Invalid joint scale factor code book\n"); in parse_subframe_header()
503 // Scale factors for joint subband coding in parse_subframe_header()
745 // Joint subband coding in parse_subframe_audio()
1254 // Joint subband coding in parse_x96_subframe_audio()
1361 // Joint subban in parse_x96_subframe_header()
[all...]
H A Dsbcdec.c124 frame->joint = 0x00; in sbc_unpack_frame()
126 frame->joint |= ((data[4] >> (7 - sb)) & 0x01) << sb; in sbc_unpack_frame()
196 if (frame->joint & (0x01 << sb)) { in sbc_unpack_frame()
/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()
/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()
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c489 Bool joint; /* signals that the last arc ended */ member
668 ras.joint = FALSE; in New_Profile()
741 ras.joint = FALSE; in End_Profile()
869 * Subdivide one conic Bezier into two joint sub-arcs in the Bezier
910 * Subdivide a third-order Bezier arc into two joint sub-arcs in the
1039 if ( ras.joint ) in Line_Up()
1042 ras.joint = FALSE; in Line_Up()
1045 ras.joint = (char)( f2 == 0 ); in Line_Up()
1216 if ( ras.joint ) in Bezier_Up()
1219 ras.joint in Bezier_Up()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmsf.c82 AV_WL16(st->codecpar->extradata+6, codec == 4 ? 1 : 0); /* joint stereo */ in msf_read_header()
83 AV_WL16(st->codecpar->extradata+8, codec == 4 ? 1 : 0); /* joint stereo (repeat?) */ in msf_read_header()
/third_party/lame/misc/
H A Dmlame_corr.c159 printf ("-ms"); // low profit for joint stereo in report()
163 printf ("-ms"); // low profit for joint stereo in report()
/third_party/lame/ACM/
H A Dlame_acm.xml9 <Channel mode="Joint-stereo" />
/third_party/node/deps/v8/third_party/v8/builtins/
H A DLICENSE102 relationship of agency, partnership, or joint venture between PSF and
149 create any relationship of agency, partnership, or joint venture
221 agency, partnership, or joint venture between CNRI and Licensee. This
/third_party/python/Mac/BuildScript/resources/
H A DLicense.rtf77 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.\
98 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page.\
119 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.\
/vendor/hihope/dayu210/bluetooth/include/
H A Duipc_msg.h410 /* layer 3, type of joint stereo coding method (intensity and ms) */
444 /* layer 3, type of joint stereo coding method (intensity and ms) */
482 /* layer 3, type of joint stereo coding method (intensity and ms) */
/vendor/hihope/rk3568/bluetooth/include/
H A Duipc_msg.h410 /* layer 3, type of joint stereo coding method (intensity and ms) */
444 /* layer 3, type of joint stereo coding method (intensity and ms) */
482 /* layer 3, type of joint stereo coding method (intensity and ms) */
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs194 let mut joint = false; in fmt() variables
196 if i != 0 && !joint { in fmt()
199 joint = false; in fmt()
204 joint = tt.spacing() == Spacing::Joint; in fmt()
/third_party/lame/mpglib/
H A Dcommon.c152 static const char *modes[4] = { "Stereo", "Joint-Stereo", "Dual-Channel", "Single-Channel" };
169 static const char *modes[4] = { "stereo", "joint-stereo", "dual-channel", "mono" };

Completed in 21 milliseconds

123456