Searched refs:nearest_neighbour (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavresample/ |
H A D | resample.c | 261 int nearest_neighbour) in resample() 273 if (nearest_neighbour) { in resample() 338 int nearest_neighbour = (c->compensation_distance == 0 && in ff_audio_resample() local 407 INT_MAX, 0, nearest_neighbour); in ff_audio_resample() 420 ch + 1 == c->buffer->channels, nearest_neighbour); in ff_audio_resample() 259 resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx, int nearest_neighbour) resample() argument
|
Completed in 2 milliseconds