Home
last modified time | relevance | path

Searched refs:round_sample (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/aarch64/
H A Dmpegaudiodsp_neon.S108 round_sample v19, 1, 1
110 round_sample v16, 1, 0
112 round_sample v19, 0, 0
114 round_sample v17, 0, 1
115 round_sample v18, 1, 1
116 round_sample v17, 1, 0
118 round_sample v18, 0, 0
174 .purgem round_sample
182 .macro round_sample r, idx, next
212 // nothing to do for round_sample an
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodsp_template.c35 static inline float round_sample(float *sum) in round_sample() function
56 static inline int round_sample(int64_t *sum) in round_sample() function
148 *samples = round_sample(&sum); in ff_mpadsp_apply_window()
161 *samples = round_sample(&sum); in ff_mpadsp_apply_window()
164 *samples2 = round_sample(&sum); in ff_mpadsp_apply_window()
172 *samples = round_sample(&sum); in ff_mpadsp_apply_window()

Completed in 1 milliseconds