Searched refs:l_1 (Results 1 – 3 of 3) sorted by relevance
19 + OPJ_INT32 l_1 = opj_int_ceildivpow2(l_comp_x1, (OPJ_INT32)l_img_comp->factor);21 + if (l_1 < l_2) {30 + l_img_comp->w = (OPJ_UINT32)(l_1-l_2);35 + l_1 = opj_int_ceildivpow2(l_comp_y1, (OPJ_INT32)l_img_comp->factor);37 + if (l_1 < l_2) {46 + l_img_comp->h = (OPJ_UINT32)(l_1-l_2);
9247 OPJ_INT32 l_1 = opj_int_ceildivpow2(l_comp_x1, (OPJ_INT32)l_img_comp->factor); in opj_j2k_update_image_dimensions() local9249 if (l_1 < l_2) { in opj_j2k_update_image_dimensions()9255 l_img_comp->w = (OPJ_UINT32)(l_1-l_2); in opj_j2k_update_image_dimensions()9257 l_1 = opj_int_ceildivpow2(l_comp_y1, (OPJ_INT32)l_img_comp->factor); in opj_j2k_update_image_dimensions()9259 if (l_1 < l_2) { in opj_j2k_update_image_dimensions()9265 l_img_comp->h = (OPJ_UINT32)(l_1-l_2); in opj_j2k_update_image_dimensions()
83 int l_1; member