Home
last modified time | relevance | path

Searched defs:peak (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Daf_ashowinfo.c120 static void print_peak(AVFilterContext *ctx, const char *str, uint32_t peak) in print_peak() argument
H A Daf_drmeter.c34 float peak; member
74 float peak, rms; in finish_block() local
H A Daf_volume.c341 uint32_t peak = 100000; in filter_frame() local
H A Daf_replaygain.c310 float peak; member
374 float peak = 0.0; in calc_stereo_peak() local
[all...]
H A Dcolorspace.c156 double peak = 0; in ff_determine_signal_peak() local
178 void ff_update_hdr_metadata(AVFrame *in, double peak) in ff_update_hdr_metadata() argument
[all...]
H A Dvf_tonemap.c60 double peak; member
96 static float mobius(float in, float j, double peak) in mobius() argument
110 tonemap(TonemapContext *s, AVFrame *out, const AVFrame *in, const AVPixFmtDescriptor *desc, int x, int y, double peak) tonemap() argument
178 double peak; global() member
190 double peak = td->peak; tonemap_slice() local
209 double peak = s->peak; filter_frame() local
[all...]
H A Daf_alimiter.c166 double peak = 0; in filter_frame() local
109 get_rdelta(AudioLimiterContext *s, double release, int sample_rate, double peak, double limit, double patt, int asc) get_rdelta() argument
[all...]
H A Dasrc_sinc.c219 int i, work_len, begin, end, imp_peak = 0, peak = 0; in fir_to_phase() local
[all...]
H A Davf_showvolume.c146 static void find_peak(float *src, int nb_samples, float *peak, float factor) in find_peak() argument
H A Daf_apsyclip.c405 float peak; in feed() local
[all...]
H A Daf_aemphasis.c154 static inline void set_highshelf_rbj(BiquadCoeffs *bq, double freq, double q, double peak, double sr) in set_highshelf_rbj() argument
H A Dvf_convolution.c108 filter16_prewitt(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_prewitt() argument
126 filter16_roberts(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_roberts() argument
142 filter16_sobel(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_sobel() argument
160 filter16_scharr(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_scharr() argument
180 filter16_kirsch(uint8_t *dstp, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_kirsch() argument
229 filter_prewitt(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_prewitt() argument
249 filter_roberts(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_roberts() argument
264 filter_sobel(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_sobel() argument
284 filter_scharr(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_scharr() argument
306 filter_kirsch(uint8_t *dst, int width, float scale, float delta, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_kirsch() argument
354 filter16_3x3(uint8_t *dstp, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_3x3() argument
377 filter16_5x5(uint8_t *dstp, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_5x5() argument
396 filter16_7x7(uint8_t *dstp, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_7x7() argument
415 filter16_row(uint8_t *dstp, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_row() argument
434 filter16_column(uint8_t *dstp, int height, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter16_column() argument
459 filter_7x7(uint8_t *dst, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_7x7() argument
477 filter_5x5(uint8_t *dst, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_5x5() argument
495 filter_3x3(uint8_t *dst, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_3x3() argument
514 filter_row(uint8_t *dst, int width, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_row() argument
532 filter_column(uint8_t *dst, int height, float rdiv, float bias, const int *const matrix, const uint8_t *c[], int peak, int radius, int dstride, int stride, int size) filter_column() argument
[all...]
H A Dvf_tonemap_opencl.c62 double peak; member
344 double peak = ctx->peak; in tonemap_opencl_filter_frame() local
304 launch_kernel(AVFilterContext *avctx, cl_kernel kernel, AVFrame *output, AVFrame *input, float peak) launch_kernel() argument
[all...]
H A Dvf_vaguedenoiser.c47 int peak; member
/third_party/libsnd/src/
H A Dcommand.c388 psf_get_signal_max (SF_PRIVATE *psf, double *peak) in psf_get_signal_max() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbbox.c272 FT_Pos peak = 0; in cubic_peak() local
/third_party/ffmpeg/libavcodec/
H A Ddcaadpcm.c183 ff_dcaadpcm_do_real(int pred_vq_index, softfloat quant, int32_t scale_factor, int32_t step_size, const int32_t *prev_hist, const int32_t *in, int32_t *next_hist, int32_t *out, int len, int32_t peak) ff_dcaadpcm_do_real() argument
H A Dcfhd.c130 static inline void peak_table(int16_t *band, Peak *peak, int length) in peak_table() argument
[all...]
/third_party/alsa-lib/src/pcm/scopes/
H A Dlevel.c33 int16_t peak; member
/third_party/alsa-utils/bat/
H A Danalyze.c66 int check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, in check_peak() argument
109 int i, start = -1, end = -1, peak = 0, signals = 0; in check() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dwavenc.c252 int64_t peak = ff_start_tag(s->pb, "levl"); in peak_write_chunk() local
[all...]
H A Ddump.c237 static void print_peak(void *ctx, const char *str, uint32_t peak) in print_peak() argument
H A Dmp3dec.c168 uint32_t peak = 0; in mp3_parse_info_tag() local
/third_party/libsnd/tests/
H A Dcommand_test.c562 double peak ; in calc_peak_test() local
[all...]
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c441 unsigned long peak = 0; in compute_median() local

Completed in 32 milliseconds

12