Home
last modified time | relevance | path

Searched refs:emphasis (Results 1 - 18 of 18) sorted by relevance

/third_party/lame/libmp3lame/
H A Dset_get.c1933 lame_set_emphasis(lame_global_flags * gfp, int emphasis) in lame_set_emphasis() argument
1936 /* XXX: emphasis should be converted to an enum */ in lame_set_emphasis()
1937 if (0 <= emphasis && emphasis < 4) { in lame_set_emphasis()
1938 gfp->emphasis = emphasis; in lame_set_emphasis()
1949 assert(0 <= gfp->emphasis && gfp->emphasis < 4); in lame_get_emphasis()
1950 return gfp->emphasis; in lame_get_emphasis()
H A Dlame_global_flags.h80 int emphasis; /* Input PCM is emphased PCM (for member
H A Dutil.h424 int emphasis; /* Input PCM is emphased PCM (for member
H A Dmpglib_interface.c743 pinfo->emph = fi.emphasis; in hip_finish_pinfo()
H A DVbrTag.c247 SHIFT_IN_BITS_VALUE(buffer[3], 2u, cfg->emphasis); in setLameTagFrameHeader()
H A Dlame.c613 cfg->emphasis = gfp->emphasis; in lame_init_params()
H A Dbitstream.c347 writeheader(gfc, (cfg->emphasis), 2); in encodeSideInfo2()
/third_party/python/Doc/tools/extensions/
H A Dc_annotations.py130 emph_node = nodes.emphasis(message, message,
172 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
/third_party/lame/mpglib/
H A Dmpg123.h110 int emphasis; member
H A Dcommon.c142 /* invalid emphasis */ in head_check()
159 lame_report_fnc(mp->report_msg, "Channels: %d, copyright: %s, original: %s, CRC: %s, emphasis: %d.\n",
161 fr->original ? "Yes" : "No", fr->error_protection ? "Yes" : "No", fr->emphasis);
228 fr->emphasis = newhead & 0x3; in decode_header()
H A Dlayer3.c1886 mp->pinfo->emph = fr->emphasis; in decode_layer3_frame()
/third_party/backends/backend/
H A Dsp15c.h173 int emphasis; member
H A Dfujitsu.h453 int emphasis; member
H A Dfujitsu.c1653 DBG (15, " image emphasis: %d\n", s->has_emphasis); in init_vpd()
3296 opt->name = "emphasis"; in sane_get_option_descriptor()
4835 *val_p = s->emphasis; in sane_control_option()
5540 s->emphasis = val_c; in sane_control_option()
7681 /*scanner emphasis ranges from 0 to 7f and smoothing from 80 to ff*/ in set_window()
7682 /* but we expose them to user as a single linear range smooth->emphasis */ in set_window()
7683 /* flip the smooth part over, and tack it onto the upper end of emphasis */ in set_window()
7684 if(s->emphasis < 0) in set_window()
7685 set_WD_c1_emphasis(desc1,127-s->emphasis); in set_window()
7687 set_WD_c1_emphasis(desc1,s->emphasis); in set_window()
[all...]
H A Dsp15c.c372 dev->emphasis = 0; in sane_open()
/third_party/lame/dshow/
H A DEncoder.cpp369 int emphasis = pdata[3] & 0x03; in getFrameLength() local
376 emphasis != EMPHASIS_RESERVED) in getFrameLength()
/third_party/libsnd/src/
H A Dmpeg_decode.c258 psf_log_printf (psf, " emphasis : %d\n", fi->emphasis) ; in mpeg_dec_print_frameinfo()
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py411 node += nodes.emphasis('', _('Platforms: '))

Completed in 33 milliseconds