Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg722enc.c105 int max_paths = frontier * FREEZE_INTERVAL; in g722_encode_init() local
108 c->paths[i] = av_calloc(max_paths, sizeof(**c->paths)); in g722_encode_init()
H A Dadpcmenc.c97 int frontier, max_paths; in adpcm_encode_init() local
117 max_paths = frontier * FREEZE_INTERVAL; in adpcm_encode_init()
118 if (!FF_ALLOC_TYPED_ARRAY(s->paths, max_paths) || in adpcm_encode_init()

Completed in 3 milliseconds