Searched refs:emphasis (Results 1 - 18 of 18) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | set_get.c | 1933 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 D | lame_global_flags.h | 80 int emphasis; /* Input PCM is emphased PCM (for member
|
H A D | util.h | 424 int emphasis; /* Input PCM is emphased PCM (for member
|
H A D | mpglib_interface.c | 743 pinfo->emph = fi.emphasis; in hip_finish_pinfo()
|
H A D | VbrTag.c | 247 SHIFT_IN_BITS_VALUE(buffer[3], 2u, cfg->emphasis); in setLameTagFrameHeader()
|
H A D | lame.c | 613 cfg->emphasis = gfp->emphasis; in lame_init_params()
|
H A D | bitstream.c | 347 writeheader(gfc, (cfg->emphasis), 2); in encodeSideInfo2()
|
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 130 emph_node = nodes.emphasis(message, message, 172 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
|
/third_party/lame/mpglib/ |
H A D | mpg123.h | 110 int emphasis; member
|
H A D | common.c | 142 /* 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 D | layer3.c | 1886 mp->pinfo->emph = fr->emphasis; in decode_layer3_frame()
|
/third_party/backends/backend/ |
H A D | sp15c.h | 173 int emphasis; member
|
H A D | fujitsu.h | 453 int emphasis; member
|
H A D | fujitsu.c | 1653 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 D | sp15c.c | 372 dev->emphasis = 0; in sane_open()
|
/third_party/lame/dshow/ |
H A D | Encoder.cpp | 369 int emphasis = pdata[3] & 0x03; in getFrameLength() local 376 emphasis != EMPHASIS_RESERVED) in getFrameLength()
|
/third_party/libsnd/src/ |
H A D | mpeg_decode.c | 258 psf_log_printf (psf, " emphasis : %d\n", fi->emphasis) ; in mpeg_dec_print_frameinfo()
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
H A D | rubydomain.py | 411 node += nodes.emphasis('', _('Platforms: '))
|
Completed in 33 milliseconds