Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:resolutions

88  * @param	p_max_res	the maximum number of resolutions for all the poc inside the tile.
89 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
90 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
114 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
115 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
116 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
140 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
141 * @param p_dx_min pointer that will hold the the minimum dx of all the components of all the resolutions for the tile.
142 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
171 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
172 * @param p_dx_min pointer that will hold the the minimum dx of all the components of all the resolutions for the tile.
173 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
240 res = &comp->resolutions[pi->resno];
254 res = &comp->resolutions[pi->resno];
280 res = &comp->resolutions[pi->resno];
293 res = &comp->resolutions[pi->resno];
328 res = &comp->resolutions[resno];
355 res = &comp->resolutions[pi->resno];
412 res = &comp->resolutions[resno];
436 res = &comp->resolutions[pi->resno];
495 res = &comp->resolutions[resno];
515 res = &comp->resolutions[pi->resno];
837 comp->resolutions = (opj_pi_resolution_t*) opj_malloc(tccp->numresolutions * sizeof(opj_pi_resolution_t));
838 if (!comp->resolutions) {
844 memset(comp->resolutions,0,tccp->numresolutions * sizeof(opj_pi_resolution_t));
1159 /* to store w, h, dx and dy fro all components and resolutions */
1269 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1274 /* resolutions have already been initialized */
1311 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1316 /* resolutions have already been initialized */
1361 /* to store w, h, dx and dy fro all components and resolutions*/
1461 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1467 /* resolutions have already been initialized */
1500 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1505 /* resolutions have already been initialized */
1810 if(l_current_component->resolutions) {
1811 opj_free(l_current_component->resolutions);
1812 l_current_component->resolutions = 00;