Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c74 #define DIVRNDUP(a, b) (((a) + (b) - 1) / (b)) macro
288 int sbwidth = DIVRNDUP(s->seq.width, 4); in alloc_sequence_buffers()
289 int sbheight = DIVRNDUP(s->seq.height, 4); in alloc_sequence_buffers()
1512 s->sbwidth = DIVRNDUP(s->seq.width, 4*s->plane[0].xbsep); in dirac_unpack_block_motion_data()
1513 s->sbheight = DIVRNDUP(s->seq.height, 4*s->plane[0].ybsep); in dirac_unpack_block_motion_data()

Completed in 4 milliseconds