/third_party/ffmpeg/libavcodec/ |
D | amrnbdata.h | 62 … uint16_t pulses[10]; ///< pulses: 10 for MODE_12k2, 7 for MODE_10k2, and index and sign for others member 91 7, AMR_OF(0,pulses[0]), 92, 68, 67, 84, 66, 65, 80, 92 2, AMR_OF(0,pulses[1]), 53, 52, 94 7, AMR_OF(1,pulses[0]), 91, 64, 79, 83, 78, 77, 95, 95 2, AMR_OF(1,pulses[1]), 62, 61, 98 7, AMR_OF(2,pulses[0]), 90, 76, 75, 82, 74, 73, 94, 99 2, AMR_OF(2,pulses[1]), 58, 57, 101 7, AMR_OF(3,pulses[0]), 89, 72, 87, 81, 86, 85, 93, 102 2, AMR_OF(3,pulses[1]), 70, 69, 112 7, AMR_OF(0,pulses[0]), 92, 84, 82, 100, 79, 72, 88, [all …]
|
D | sipr.c | 259 static void convolute_with_sparse(float *out, const AMRFixed *pulses, in convolute_with_sparse() argument 265 for (i = 0; i < pulses->n; i++) in convolute_with_sparse() 266 for (j = pulses->x[i]; j < length; j++) in convolute_with_sparse() 267 out[j] += pulses->y[i] * shape[j - pulses->x[i]]; in convolute_with_sparse() 308 static void decode_fixed_sparse(AMRFixed *fixed_sparse, const int16_t *pulses, in decode_fixed_sparse() argument 316 fixed_sparse->x[i] = 3 * (pulses[i] & 0xf) + i; in decode_fixed_sparse() 317 fixed_sparse->y[i] = pulses[i] & 0x10 ? -1 : 1; in decode_fixed_sparse() 323 fixed_sparse->x[2*i ] = 3 * ((pulses[i] >> 4) & 0xf) + i; in decode_fixed_sparse() 324 fixed_sparse->x[2*i + 1] = 3 * ( pulses[i] & 0xf) + i; in decode_fixed_sparse() 326 fixed_sparse->y[2*i ] = (pulses[i] & 0x100) ? -1.0: 1.0; in decode_fixed_sparse() [all …]
|
D | opus.c | 477 b = av_clip_uintp2(FFMIN(f->remaining2 + 1, f->pulses[i] + curr_balance), 14); in ff_celt_quant_bands() 546 f->remaining += f->pulses[i] + consumed; in ff_celt_quant_bands() 751 f->pulses[i] = bandbits; in ff_celt_bitalloc() 770 allocation = f->pulses[j] + bandbits * ff_celt_freq_range[j]; in ff_celt_bitalloc() 792 total -= f->pulses[j]; in ff_celt_bitalloc() 799 total += f->pulses[j] = (allocation >= f->channels << 3) ? f->channels << 3 : 0; in ff_celt_bitalloc() 829 f->pulses[i] += bits + bandbits * ff_celt_freq_range[i]; in ff_celt_bitalloc() 837 f->pulses[i] += extrabits; in ff_celt_bitalloc() 848 extrabits = FFMAX(f->pulses[i] - f->caps[i], 0); in ff_celt_bitalloc() 849 f->pulses[i] -= extrabits; in ff_celt_bitalloc() [all …]
|
D | amrnbdec.c | 499 static void decode_fixed_sparse(AMRFixed *fixed_sparse, const uint16_t *pulses, in decode_fixed_sparse() argument 505 ff_decode_10_pulses_35bits(pulses, fixed_sparse, gray_decode, 5, 3); in decode_fixed_sparse() 507 decode_8_pulses_31bits(pulses, fixed_sparse); in decode_fixed_sparse() 511 const int fixed_index = pulses[0]; in decode_fixed_sparse() 540 fixed_sparse->y[i] = (pulses[1] >> i) & 1 ? 1.0 : -1.0; in decode_fixed_sparse() 994 decode_fixed_sparse(&fixed_sparse, amr_subframe->pulses, in amrnb_decode_frame()
|
D | opus_celt.h | 139 int pulses [CELT_MAX_BANDS]; member
|
D | g723_1.h | 260 static const int8_t pulses[4] = {6, 5, 6, 5}; variable
|
D | wmavoice.c | 1316 float pulses[MAX_FRAMESIZE / 2], pred_err, acb_gain, fcb_gain; in synth_block_fcb_acb() local 1321 memset(pulses, 0, sizeof(*pulses) * size); in synth_block_fcb_acb() 1365 ff_set_fixed_vector(pulses, &fcb, 1.0, size); in synth_block_fcb_acb() 1422 ff_weighted_vector_sumf(excitation, excitation, pulses, in synth_block_fcb_acb()
|
D | opus_pvq.c | 70 static inline int celt_pulses2bits(const uint8_t *cache, int pulses) in celt_pulses2bits() argument 73 return (pulses == 0) ? 0 : cache[pulses] + 1; in celt_pulses2bits()
|
D | g723_1dec.c | 293 j = PULSE_MAX - pulses[index]; in gen_fcb_excitation() 836 for (j = 0; j < pulses[i]; j++, idx++) { in generate_noise()
|
D | opus_celt.c | 281 depth = (1 + f->pulses[i]) / (ff_celt_freq_range[i] << f->size); in process_anticollapse()
|
D | opusenc_psy.c | 49 b = av_clip_uintp2(FFMIN(f->remaining2 + 1, f->pulses[band] + curr_balance), 14); in pvq_band_cost()
|
D | g723_1enc.c | 1019 int pulse_cnt = pulses[index]; in fcb_search()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | celt_pvq_search.asm | 108 … ; if(X[i] == 0) Sxy_new = 0; Prevent aproximation error from setting pulses in array padding. 211 ; uint32 K - Number of pulses to have after quantizations.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
D | WGL_I3D_genlock.txt | 199 The genlock trigger is generated by sampling the genlock pulses. 200 The sample rate of the genlock pulses is controlled by calling
|
/third_party/openGLES/extensions/I3D/ |
D | WGL_I3D_genlock.txt | 199 The genlock trigger is generated by sampling the genlock pulses. 200 The sample rate of the genlock pulses is controlled by calling
|
/third_party/gstreamer/gstreamer/docs/random/uraeus/ |
D | gstreamer_and_midi.txt | 122 ticks per quarter note (or "pulses per quarter note" (ppqn) to be picky). We
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | the-picture-of-dorian-gray.txt | 765 but that he felt was now vibrating and throbbing to curious pulses.
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
D | the-picture-of-dorian-gray.txt | 765 but that he felt was now vibrating and throbbing to curious pulses.
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 18002 her pulses tingling. She looked at him a moment, meeting his glance,
|