HomeSort by relevance Sort by last modified time
    Searched refs:emphasis (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Doc/tools/extensions/
c_annotations.py 77 node.insert(0, nodes.emphasis(' Part of the stable ABI.',
98 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
  /external/python/cpython3/Doc/tools/extensions/
c_annotations.py 77 node.insert(0, nodes.emphasis(' Part of the stable ABI.',
98 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 132 int32 emphasis; member in struct:__anon51227
pvmp3_decode_header.cpp 184 info->emphasis = (temp << 30) >> 30; /* 2 */
  /external/adhd/cras/src/dsp/
drc.c 123 /* Finds the zero and pole for one stage of the emphasis filter */
134 /* Calculates the biquad coefficients for two emphasis stages. */
136 struct biquad *emphasis,
155 emphasis->b0 = b0 * alpha;
156 emphasis->b1 = b1 * alpha;
157 emphasis->b2 = b2 * alpha;
158 emphasis->a1 = a1;
159 emphasis->a2 = a2;
170 /* Initializes the emphasis and deemphasis filter */
196 /* Frees the emphasis and deemphasis filter *
    [all...]
  /external/markdown/markdown/
inlinepatterns.py 5 Inline patterns such as *emphasis* are handled by means of auxiliary
41 * finally we apply strong and emphasis
67 EMPHASIS_RE = r'(\*)([^\*]+)\2' # *emphasis*
203 Useful for strong emphasis etc.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 237 int emphasis = brb.readBits(2); local
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]

Completed in 5554 milliseconds