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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeg2000.h212 static inline int ff_jpeg2000_ceildiv(int a, int b) function
H A Djpeg2000.c368 band->coord[0][j] = ff_jpeg2000_ceildiv(band->coord[0][j], dx);
370 band->coord[1][j] = ff_jpeg2000_ceildiv(band->coord[1][j], dy);
H A Dj2kenc.c343 s->numXtiles = ff_jpeg2000_ceildiv(s->width, s->tile_width);
344 s->numYtiles = ff_jpeg2000_ceildiv(s->height, s->tile_height);
H A Djpeg2000dec.c292 s->numXtiles = ff_jpeg2000_ceildiv(s->width - s->tile_offset_x, s->tile_width);
293 s->numYtiles = ff_jpeg2000_ceildiv(s->height - s->tile_offset_y, s->tile_height);

Completed in 76 milliseconds