Lines Matching refs:l_height
380 OPJ_UINT32* l_height,
9193 OPJ_SIZE_T l_height = l_img_comp_dest->h; in opj_j2k_update_image_data() local
9195 if ((l_height == 0U) || (l_width > (SIZE_MAX / l_height)) || in opj_j2k_update_image_data()
9196 l_width * l_height > SIZE_MAX / sizeof(OPJ_INT32)) { in opj_j2k_update_image_data()
9200 l_img_comp_dest->data = (OPJ_INT32*) opj_image_data_alloc(l_width * l_height * in opj_j2k_update_image_data()
11397 OPJ_UINT32* l_height, in opj_get_tile_dimensions() argument
11416 *l_height = (OPJ_UINT32)(l_tilec->y1 - l_tilec->y0); in opj_get_tile_dimensions()
11435 OPJ_UINT32 l_size_comp, l_width, l_height, l_offset_x, l_offset_y, in opj_j2k_get_tile_data() local
11443 &l_height, in opj_j2k_get_tile_data()
11456 for (j = 0; j < l_height; ++j) { in opj_j2k_get_tile_data()
11465 for (j = 0; j < l_height; ++j) { in opj_j2k_get_tile_data()
11481 for (j = 0; j < l_height; ++j) { in opj_j2k_get_tile_data()
11488 for (j = 0; j < l_height; ++j) { in opj_j2k_get_tile_data()
11501 for (j = 0; j < l_height; ++j) { in opj_j2k_get_tile_data()