Searched defs:smp (Results 1 - 12 of 12) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_x86_64.c | 71 static int smp = 0; in mix_select_callbacks() local [all...] |
H A D | pcm_dmix_i386.c | 88 static int smp = 0, mmx = 0, cmov = 0; in mix_select_callbacks() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | flacdsp_lpc_template.c | 108 static void FUNC(flac_lpc_encode_c)(int32_t *res, const int32_t *smp, int len, in flac_lpc_encode_c() argument 48 lpc_encode_unrolled(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift, int big) lpc_encode_unrolled() argument [all...] |
H A D | ws-snd1.c | 96 int code, smp, size; in ws_snd_decode_frame() local [all...] |
H A D | alacenc.c | 408 int32_t *smp = s->sample_buf[j]; in write_element() local
|
H A D | flacenc.c | 738 static void encode_residual_fixed(int32_t *res, const int32_t *smp, int n, in encode_residual_fixed() argument 797 int32_t *res, *smp; encode_residual_ch() local [all...] |
H A D | apedec.c | 1635 uint8_t smp[4]; in ape_decode_frame() local
|
H A D | alsdec.c | 626 int smp = bd->block_length - 1; in decode_const_block_data() local 917 unsigned int smp = 0; in decode_var_block_data() local 1051 unsigned int smp; decode_block() local 1322 ptrdiff_t smp; revert_channel_correlation() local [all...] |
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 376 struct pipe_sampler_state smp = { in init_sampler_states() local
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 199 void sampling_init(Sampling &smp, size_t max_samples) { in sampling_init() argument 1662 void sample(Sampling &smp, Stats &stats, Stat *s) { in sample() argument
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 1113 struct skip_mode_params *smp = &(priv->codec_data.av1.uncompressed_header.smp);; in skip_mode_params() local
|
H A D | vid_dec_av1.h | 416 struct skip_mode_params smp; member
|
Completed in 25 milliseconds