/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | resample2.c | 67 int phase_shift; member 177 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, in… in av_resample_init() argument 180 int phase_count= 1<<phase_shift; in av_resample_init() 182 c->phase_shift= phase_shift; in av_resample_init() 218 if(compensation_distance == 0 && c->filter_length == 1 && c->phase_shift==0){ in av_resample() 234 int sample_index= index >> c->phase_shift; in av_resample() 276 *consumed= FFMAX(index, 0) >> c->phase_shift; in av_resample()
|
/third_party/ffmpeg/libavresample/ |
D | resample.c | 73 int phase_count = 1 << c->phase_shift; in build_filter() 126 int phase_count = 1 << avr->phase_shift; in ff_audio_resample_init() 143 c->phase_shift = avr->phase_shift; in ff_audio_resample_init() 293 int sample_index = index >> c->phase_shift; in resample() 315 *consumed = index >> c->phase_shift; in resample() 340 c->phase_shift == 0); in ff_audio_resample()
|
D | resample_template.c | 70 unsigned int sample_index = index >> c->phase_shift; in SET_TYPE() 92 unsigned int sample_index = index >> c->phase_shift; in SET_TYPE()
|
D | resample.h | 39 int phase_shift; member
|
D | internal.h | 70 …int phase_shift; /**< log2 of the number of entries in the resampling p… member
|
D | options.c | 66 …{ "phase_shift", "Resampling Phase Shift", OFFSET(phase_shift), AV_OPT_TYP…
|
/third_party/skia/modules/skottie/src/effects/ |
D | MotionTileEffect.cpp | 96 const auto phase_shift = SkVector::Make(phase_vec.fX / layerShaderMatrix.getScaleX(), in onRevalidate() local 99 const auto phase_shader_matrix = SkMatrix::Translate(phase_shift.x(), phase_shift.y()); in onRevalidate()
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | MotionTileEffect.cpp | 94 const auto phase_shift = SkVector::Make(phase_vec.fX / layerShaderMatrix.getScaleX(), in onRevalidate() local 97 const auto phase_shader_matrix = SkMatrix::MakeTrans(phase_shift.x(), phase_shift.y()); in onRevalidate()
|
/third_party/ffmpeg/libswresample/ |
D | swresample_internal.h | 71 …struct ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, 128 …int phase_shift; /**< log2 of the number of entries in the resampli… member
|
D | soxr_resample.c | 32 …struct ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, in create() argument
|
D | options.c | 86 {"phase_shift" , "set swr resampling phase shift", OFFSET(phase_shift) , AV_OPT_TYPE_INT …
|
D | resample.c | 287 …e_init(ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, in resample_init() argument 293 int phase_count= 1<<phase_shift; in resample_init()
|
D | swresample.c | 275 …s->resample, s->out_sample_rate, s->in_sample_rate, s->filter_size, s->phase_shift, s->linear_inte… in swr_init()
|
/third_party/ffmpeg/libavresample/aarch64/ |
D | resample_init.c | 32 AV_CHECK_OFFSET(struct ResampleContext, phase_shift, PHASE_SHIFT);
|
/third_party/ffmpeg/libavresample/arm/ |
D | resample_init.c | 35 AV_CHECK_OFFSET(struct ResampleContext, phase_shift, PHASE_SHIFT);
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.c | 109 i = bs->phase_shift; /* current bit position << 8 */ \ 387 i = bs->phase_shift; /* current bit position << 8 */ in low_pass_bit_slicer_Y8() 900 bs->phase_shift = (int) in vbi3_bit_slicer_set_params() 912 bs->phase_shift = (int) in vbi3_bit_slicer_set_params()
|
D | bit_slicer.h | 165 unsigned int phase_shift; member
|
D | decoder.c | 149 i = d->phase_shift; 463 slicer->phase_shift = (int) 472 slicer->phase_shift = (int)
|
D | decoder.h | 253 int phase_shift;
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 123 filter_size, phase_shift, exact_rational, filter_type & kaiser_beta, are not 130 @item phase_shift 140 output sample rate. However, if it is larger than @code{1 << phase_shift}, 141 the phase_count will be @code{1 << phase_shift} as fallback. Default is enabled.
|
/third_party/ffmpeg/tests/fate/ |
D | libavresample.mak | 58 …$(TARGET_PATH)/tests/data/asynth-48000-1.wav -ar 44100 -filter_size 0 -phase_shift 0 -f s16le -af …
|
D | libswresample.mak | 339 …nth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):filter_size=1:phase_shift=0:linear_interp…
|
/third_party/ffmpeg/libavcodec/ |
D | qdm2.c | 109 int phase_shift; member 1434 tone->phase += tone->phase_shift; in qdm2_fft_generate_tone() 1533 tone.phase_shift = (2 * q->fft_coefs[j].offset + 1) << (7 - four_i); in qdm2_fft_tone_synthesizer()
|