Searched refs:av_cpu_max_align (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | cpu.h | 122 size_t av_cpu_max_align(void);
|
D | cpu.c | 254 size_t av_cpu_max_align(void) in av_cpu_max_align() function
|
/third_party/ffmpeg/libavfilter/ |
D | video.c | 98 return ff_default_get_video_buffer2(link, w, h, av_cpu_max_align()); in ff_default_get_video_buffer()
|
D | audio.c | 44 int align = av_cpu_max_align(); in ff_default_get_audio_buffer()
|
D | vaf_spectrumsynth.c | 199 s->fft_in[ch] = av_calloc(FFALIGN(s->win_size, av_cpu_max_align()), sizeof(**s->fft_in)); in config_output() 203 s->fft_out[ch] = av_calloc(FFALIGN(s->win_size, av_cpu_max_align()), sizeof(**s->fft_out)); in config_output()
|
D | vf_fftfilt.c | 327 s->rdft_hstride[i] = FFALIGN(s->rdft_hlen[i] + 2, av_cpu_max_align()); in config_props() 348 s->rdft_vstride[i] = FFALIGN(s->rdft_vlen[i] + 2, av_cpu_max_align()); in config_props()
|
D | af_afftfilt.c | 131 buf_size = FFALIGN(s->window_size, av_cpu_max_align()); in config_input()
|
D | avf_showspectrum.c | 1111 s->buf_size = FFALIGN(s->win_size << (!!s->stop), av_cpu_max_align()); in config_output()
|
/third_party/ffmpeg/doc/ |
D | libav-merge.txt | 98 - use av_cpu_max_align() instead of hardcoding alignment requirements (see https://ffmpeg.org/piper… 99 - f44ec22e0 lavc: use av_cpu_max_align() instead of hardcoding alignment requirements
|
D | APIchanges | 762 Add av_cpu_max_align() for querying maximum required data alignment.
|