Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c364 s->numXtiles = ff_jpeg2000_ceildiv(s->width - s->tile_offset_x, s->tile_width); in get_siz()
365 s->numYtiles = ff_jpeg2000_ceildiv(s->height - s->tile_offset_y, s->tile_height); in get_siz()
394 dimx = ff_jpeg2000_ceildiv(o_dimx, s->cdx[0]); in get_siz()
395 dimy = ff_jpeg2000_ceildiv(o_dimy, s->cdy[0]); in get_siz()
397 dimx = FFMAX(dimx, ff_jpeg2000_ceildiv(o_dimx, s->cdx[i])); in get_siz()
398 dimy = FFMAX(dimy, ff_jpeg2000_ceildiv(o_dimy, s->cdy[i])); in get_siz()
1035 comp->coord_o[0][0] = ff_jpeg2000_ceildiv(comp->coord_o[0][0], s->cdx[compno]); in init_tile()
1036 comp->coord_o[0][1] = ff_jpeg2000_ceildiv(comp->coord_o[0][1], s->cdx[compno]); in init_tile()
1037 comp->coord_o[1][0] = ff_jpeg2000_ceildiv(comp->coord_o[1][0], s->cdy[compno]); in init_tile()
1038 comp->coord_o[1][1] = ff_jpeg2000_ceildiv(com in init_tile()
[all...]
H A Djpeg2000.h234 static inline int ff_jpeg2000_ceildiv(int a, int64_t b) in ff_jpeg2000_ceildiv() function
H A Dj2kenc.c460 s->numXtiles = ff_jpeg2000_ceildiv(s->width, s->tile_width); in init_tiles()
461 s->numYtiles = ff_jpeg2000_ceildiv(s->height, s->tile_height); in init_tiles()

Completed in 7 milliseconds