Searched refs:tapset (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus_celt.c | 244 int tapset, octave, period; in parse_postfilter() local 249 tapset = (opus_rc_tell(rc) + 2 <= f->framebits) ? in parse_postfilter() 256 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in parse_postfilter() 257 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in parse_postfilter() 258 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in parse_postfilter()
|
D | opusenc.c | 286 int txval, octave = f->pf_octave, period = f->pf_period, tapset = f->pf_tapset; in celt_enc_quant_pfilter() local 306 ff_opus_rc_enc_cdf(rc, tapset, ff_celt_model_tapset); in celt_enc_quant_pfilter() 308 tapset = 0; in celt_enc_quant_pfilter() 314 block->pf_gains_new[0] = gain * ff_celt_postfilter_taps[tapset][0]; in celt_enc_quant_pfilter() 315 block->pf_gains_new[1] = gain * ff_celt_postfilter_taps[tapset][1]; in celt_enc_quant_pfilter() 316 block->pf_gains_new[2] = gain * ff_celt_postfilter_taps[tapset][2]; in celt_enc_quant_pfilter()
|
/third_party/python/Doc/howto/ |
D | instrumentation.rst | 347 The higher-level way to use the SystemTap integration is to use a "tapset": 351 Here is a tapset file, based on a non-shared build of CPython: 374 If this file is installed in SystemTap's tapset directory (e.g. 375 ``/usr/share/systemtap/tapset``), then these additional probepoints become 393 This SystemTap script uses the tapset above to more cleanly implement the 412 The following script uses the tapset above to provide a top-like view of all
|
/third_party/node/tools/rpm/ |
D | node.spec | 98 /usr/share/systemtap/tapset/node.stp
|
/third_party/glib/ |
D | meson.build | 2316 …tapset_install_dir = join_paths(get_option('datadir'), 'systemtap/tapset', host_machine.cpu_family…
|
D | NEWS | 3357 770646 glib: Namespace global tapset variables by soname 3769 762637 build: Unconditionally dist tapset files
|