Searched refs:tone (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) argument
72 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) {
73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU];
76 return tone;
79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
88 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) {
89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU];
92 return tone;
95 upperLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
[all...]
H A DThaiShaping.h94 static LEUnicode lowerRightTone(LEUnicode tone, le_uint8 glyphSet);
95 static LEUnicode lowerLeftTone(LEUnicode tone, le_uint8 glyphSet);
96 static LEUnicode upperLeftTone(LEUnicode tone, le_uint8 glyphSet);
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java78 private Material tone; field in class:HDRRenderer
237 tone.setFloat("A", exposure);
238 tone.setFloat("White", whiteLevel);
239 tone.setTexture("Lum", scene1[oppSrc]);
240 tone.setTexture("Lum2", scene1[curSrc]);
241 tone.setFloat("BlendFactor", blendFactor);
242 renderProcessing(r, out, tone);
271 tone.setTexture("Texture", mainScene);
322 tone = new Material(manager, "Common/MatDefs/Hdr/ToneMap.j3md");
323 tone
[all...]
/external/libvorbis/lib/
H A DMakefile.am29 EXTRA_PROGRAMS = barkmel tone psytune
33 tone_SOURCES = tone.c
H A Dpsy.h136 float *tone,
H A Dmapping0.c372 float *tone = _vorbis_block_alloc(vb,n/2*sizeof(*tone)); local
442 vector. This includes tone masking, peak limiting and ATH */
446 tone,
453 _analysis_output("toneL",seq,tone,n/2,1,0,0);
455 _analysis_output("toneR",seq,tone,n/2,1,0,0);
457 _analysis_output("tone",seq,tone,n/2,1,0,0);
461 /* third step; we offset the noise vectors, overlay tone
473 tone,
[all...]
H A Dpsy.c165 to the tone data to be pessimistic and thus apply the minimum
766 /* tone masking */
774 float *tone,
788 logmask[i]=max(val,tone[i]+toneatt);
772 _vp_offset_and_mix(vorbis_look_psy *p, float *noise, float *tone, int offset_select, float *logmask, float *mdct, float *logmdct) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc161 * - If a valid syllable is followed by a Hangul tone mark, reorder the tone
198 * We could cache the width of the tone marks and the existence of dotted-circle,
199 * but the use of the Hangul tone mark characters seems to be rare enough that
209 hb_glyph_info_t tone = info[end]; local
211 info[start] = tone;
213 /* Merge clusters across the (possibly reordered) syllable+tone.
214 * We want to merge even in the zero-width tone mark case here,
215 * so that clustering behavior isn't dependent on how the tone mark
222 /* No valid syllable as base for tone mar
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S30 @ testing speech and tone vectors.

Completed in 984 milliseconds