Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Delsdec.c42 #define RUNG_SPACE (64 * sizeof(ElsRungNode)) macro
377 ur->rem_rung_list = av_realloc(NULL, RUNG_SPACE); in ff_els_decode_unsigned()
382 memset(ur->rem_rung_list, 0, RUNG_SPACE); in ff_els_decode_unsigned()
383 ur->rung_list_size = RUNG_SPACE; in ff_els_decode_unsigned()
398 RUNG_SPACE); in ff_els_decode_unsigned()
403 RUNG_SPACE); in ff_els_decode_unsigned()
404 ur->rung_list_size += RUNG_SPACE; in ff_els_decode_unsigned()