Searched defs:n_blocks (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/ |
D | basic-block-profiler.h | 35 size_t n_blocks() const { in n_blocks() function
|
D | basic-block-profiler.cc | 48 BasicBlockProfilerData* BasicBlockProfiler::NewData(size_t n_blocks) { in NewData()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstsbcparse.c | 193 guint rate = 0, n_blocks = 0, n_subbands = 0, bitpool = 0; in gst_sbc_parse_handle_frame() local 443 gst_sbc_parse_header (const guint8 * data, guint * rate, guint * n_blocks, in gst_sbc_parse_header()
|
D | gstsbcparse.h | 61 gint n_blocks; member
|
/third_party/mesa3d/src/panfrost/perf/ |
D | pan_perf.c | 80 uint32_t n_blocks = 2 + l2_slices + dev->core_id_range; in panfrost_perf_init() local
|
/third_party/node/deps/v8/src/compiler/ |
D | basic-block-instrumentor.cc | 62 size_t n_blocks = schedule->RpoBlockCount() - 1; in Instrument() local
|
/third_party/ffmpeg/libavcodec/ |
D | rpza.c | 121 int n_blocks = (opcode & 0x1f) + 1; /* Extract block counter from opcode */ in rpza_decode_stream() local
|
D | smc.c | 89 int n_blocks; in smc_decode_stream() local
|
D | twinvq.c | 631 static void linear_perm(int16_t *out, int16_t *in, int n_blocks, int size) in linear_perm()
|
D | rpzaenc.c | 553 int n_blocks; in rpza_encode_stream() local
|
D | wmavoice.c | 100 uint8_t n_blocks; ///< amount of blocks per frame (each block member
|
/third_party/pulseaudio/src/pulsecore/ |
D | memblock.c | 101 unsigned n_blocks; member 194 unsigned n_blocks; member
|
D | memblockq.c | 50 unsigned n_blocks; member
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 5445 guint n_blocks, ch_mode, n_subbands, bitpool; in sbc_check_header() local
|