Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_crop.c111 static inline int normalize_double(int *n, double d) in normalize_double() function
176 if (normalize_double(&s->w, s->var_values[VAR_OUT_W]) < 0 || in config_input()
177 normalize_double(&s->h, s->var_values[VAR_OUT_H]) < 0) { in config_input()
267 normalize_double(&s->x, s->var_values[VAR_X]); in filter_frame()
268 normalize_double(&s->y, s->var_values[VAR_Y]); in filter_frame()
/third_party/libsnd/src/
H A Dmpeg_l3_encode.c686 normalize_double (double *dest, const double *src, sf_count_t count, double norm_fact) in normalize_double() function
711 normalize_double (ubuf.dbuf, ptr + total, writecount, 1.0 / (double) 0x8000) ; in mpeg_l3_encode_write_double_mono()
753 normalize_double (ubuf.dbuf, ptr + total, writecount, 1.0 / (double) 0x8000) ; in mpeg_l3_encode_write_double_stereo()

Completed in 4 milliseconds