Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c177 uint8_t *thread_buf; /* Per-thread buffer for coefficient storage */ member
395 s->thread_buf = NULL; in dirac_decode_init()
435 av_freep(&s->thread_buf); in dirac_decode_end()
922 uint8_t *thread_buf = &s->thread_buf[s->thread_buf_size*threadnr]; in decode_hq_slice_row() local
924 decode_hq_slice(s, &slices[i], thread_buf); in decode_hq_slice_row()
962 s->thread_buf = av_realloc_f(s->thread_buf, avctx->thread_count, s->thread_buf_size); in decode_lowdelay()
963 if (!s->thread_buf) { in decode_lowdelay()

Completed in 5 milliseconds