Searched refs:l_height (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | image.c | 125 OPJ_UINT32 i, l_width, l_height; in opj_image_comp_header_update() local 147 l_height = opj_uint_ceildivpow2(l_comp_y1 - l_comp_y0, l_img_comp->factor); in opj_image_comp_header_update() 149 l_img_comp->h = l_height; in opj_image_comp_header_update()
|
D | tcd.c | 1734 OPJ_UINT32 l_stride, l_width, l_height; in opj_tcd_update_tile_data() local 1751 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0); in opj_tcd_update_tile_data() 1758 l_height = l_res->win_y1 - l_res->win_y0; in opj_tcd_update_tile_data() 1777 for (j = 0; j < l_height; ++j) { in opj_tcd_update_tile_data() 1784 for (j = 0; j < l_height; ++j) { in opj_tcd_update_tile_data() 1800 for (j = 0; j < l_height; ++j) { in opj_tcd_update_tile_data() 1809 for (j = 0; j < l_height; ++j) { in opj_tcd_update_tile_data() 1826 for (j = 0; j < l_height; ++j) { in opj_tcd_update_tile_data() 2197 OPJ_UINT32 l_width, l_height, i, j; in opj_tcd_dc_level_shift_decode() local 2218 l_height = l_res->win_y1 - l_res->win_y0; in opj_tcd_dc_level_shift_decode() [all …]
|
D | 0026-use_opj_uint_ceildiv.patch | 77 *l_height = (OPJ_UINT32)(l_tilec->y1 - l_tilec->y0);
|
D | j2k.c | 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() [all …]
|
/external/igt-gpu-tools/tests/ |
D | testdisplay.c | 273 int l_height = fb->height; in paint_output_info() local 279 cairo_move_to(cr, l_width / 2, l_height / 2); in paint_output_info() 303 if (y >= l_height) { in paint_output_info()
|