Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Delsdec.c40 #define RUNG_SPACE (64 * sizeof(ElsRungNode)) macro
375 ur->rem_rung_list = av_realloc(NULL, RUNG_SPACE); in ff_els_decode_unsigned()
380 memset(ur->rem_rung_list, 0, RUNG_SPACE); in ff_els_decode_unsigned()
381 ur->rung_list_size = RUNG_SPACE; in ff_els_decode_unsigned()
396 RUNG_SPACE); in ff_els_decode_unsigned()
401 RUNG_SPACE); in ff_els_decode_unsigned()
402 ur->rung_list_size += RUNG_SPACE; in ff_els_decode_unsigned()