Home
last modified time | relevance | path

Searched refs:inflection_points (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusenc_psy.c180 s->inflection_points[s->inflection_points_count++] = i; in search_for_change_points()
275 if (s->inflection_points[i] >= step_offset) { in ff_opus_psy_celt_frame_init()
282 if (s->inflection_points[i] < (step_offset + radius)) { in ff_opus_psy_celt_frame_init()
531 s->inflection_points = av_mallocz(sizeof(*s->inflection_points)*s->max_steps); in ff_opus_psy_init()
532 if (!s->inflection_points) { in ff_opus_psy_init()
574 av_freep(&s->inflection_points); in ff_opus_psy_init()
597 av_freep(&s->inflection_points); in ff_opus_psy_end()
Dopusenc_psy.h92 int *inflection_points; member