Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dec.c176 sl->top_borders_allocated[0] = 0; in ff_h264_free_tables()
177 sl->top_borders_allocated[1] = 0; in ff_h264_free_tables()
Dh264dec.h295 int top_borders_allocated[2]; member
Dh264_slice.c138 av_fast_mallocz(&sl->top_borders[0], &sl->top_borders_allocated[0], in alloc_scratch_buffers()
140 av_fast_mallocz(&sl->top_borders[1], &sl->top_borders_allocated[1], in alloc_scratch_buffers()
152 sl->top_borders_allocated[0] = 0; in alloc_scratch_buffers()
153 sl->top_borders_allocated[1] = 0; in alloc_scratch_buffers()