Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c218 DiracBlock *blmotion; member
317 s->blmotion = av_malloc_array(sbwidth, sbheight * 16 * sizeof(*s->blmotion)); in alloc_sequence_buffers()
319 if (!s->sbsplit || !s->blmotion) in alloc_sequence_buffers()
378 av_freep(&s->blmotion); in free_sequence_buffers()
1548 DiracBlock *block = &s->blmotion[by*s->blwidth + bx]; in dirac_unpack_block_motion_data()
1938 DiracBlock *blocks = s->blmotion + y*s->blwidth; in dirac_decode_frame_internal()

Completed in 4 milliseconds