Lines Matching full:resolutions
89 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
90 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
91 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
115 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
116 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
117 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
141 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
142 * @param p_dx_min pointer that will hold the the minimum dx of all the components of all the resolutions for the tile.
143 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
172 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
173 * @param p_dx_min pointer that will hold the the minimum dx of all the components of all the resolutions for the tile.
174 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
241 res = &comp->resolutions[pi->resno];
255 res = &comp->resolutions[pi->resno];
281 res = &comp->resolutions[pi->resno];
294 res = &comp->resolutions[pi->resno];
329 res = &comp->resolutions[resno];
356 res = &comp->resolutions[pi->resno];
416 res = &comp->resolutions[resno];
440 res = &comp->resolutions[pi->resno];
502 res = &comp->resolutions[resno];
522 res = &comp->resolutions[pi->resno];
850 comp->resolutions = (opj_pi_resolution_t*) opj_calloc(tccp->numresolutions, sizeof(opj_pi_resolution_t));
851 if (!comp->resolutions) {
1172 /* to store w, h, dx and dy fro all components and resolutions */
1287 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1292 /* resolutions have already been initialized */
1329 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1334 /* resolutions have already been initialized */
1379 /* to store w, h, dx and dy fro all components and resolutions*/
1478 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1484 /* resolutions have already been initialized */
1517 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1522 /* resolutions have already been initialized */
1827 if(l_current_component->resolutions) {
1828 opj_free(l_current_component->resolutions);
1829 l_current_component->resolutions = 00;