Lines Matching refs:l_res
9029 opj_tcd_resolution_t* l_res = l_tilec->resolutions + in opj_j2k_update_image_data() local
9031 res_x0 = l_res->x0; in opj_j2k_update_image_data()
9032 res_y0 = l_res->y0; in opj_j2k_update_image_data()
9033 res_x1 = l_res->x1; in opj_j2k_update_image_data()
9034 res_y1 = l_res->y1; in opj_j2k_update_image_data()
9040 opj_tcd_resolution_t* l_res = l_tilec->resolutions + in opj_j2k_update_image_data() local
9042 res_x0 = (OPJ_INT32)l_res->win_x0; in opj_j2k_update_image_data()
9043 res_y0 = (OPJ_INT32)l_res->win_y0; in opj_j2k_update_image_data()
9044 res_x1 = (OPJ_INT32)l_res->win_x1; in opj_j2k_update_image_data()
9045 res_y1 = (OPJ_INT32)l_res->win_y1; in opj_j2k_update_image_data()
9046 src_data_stride = l_res->win_x1 - l_res->win_x0; in opj_j2k_update_image_data()