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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dimage.c109 OPJ_UINT32 i, l_width, l_height; local
126 l_height = (OPJ_UINT32)opj_int_ceildivpow2(l_comp_y1 - l_comp_y0, (OPJ_INT32)l_img_comp->factor);
128 l_img_comp->h = l_height;
H A Dtcd.c1360 OPJ_UINT32 l_stride, l_width,l_height; local
1375 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0);
1394 for (j=0;j<l_height;++j) {
1402 for (j=0;j<l_height;++j) {
1419 for (j=0;j<l_height;++j) {
1427 for (j=0;j<l_height;++j) {
1443 for (j=0;j<l_height;++j) {
1736 OPJ_UINT32 l_width,l_height,i,j; local
1749 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0);
1752 assert(l_height
[all...]
H A Dj2k.c346 OPJ_UINT32* l_height,
9988 OPJ_UINT32* l_height,
10006 *l_height = (OPJ_UINT32)(l_tilec->y1 - l_tilec->y0);
10023 OPJ_UINT32 l_size_comp,l_width,l_height,l_offset_x,l_offset_y, l_image_width,l_stride,l_tile_offset;
10030 &l_height,
10044 for (j=0;j<l_height;++j) {
10054 for (j=0;j<l_height;++j) {
10071 for (j=0;j<l_height;++j) {
10079 for (j=0;j<l_height;++j) {
10093 for (j=0;j<l_height;
[all...]

Completed in 830 milliseconds