Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:l_res

1271 		opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1280 l_res->pdx = *(l_encoding_value_ptr++);
1281 l_res->pdy = *(l_encoding_value_ptr++);
1282 l_res->pw = *(l_encoding_value_ptr++);
1283 l_res->ph = *(l_encoding_value_ptr++);
1284 ++l_res;
1313 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1322 l_res->pdx = *(l_encoding_value_ptr++);
1323 l_res->pdy = *(l_encoding_value_ptr++);
1324 l_res->pw = *(l_encoding_value_ptr++);
1325 l_res->ph = *(l_encoding_value_ptr++);
1326 ++l_res;
1462 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1470 l_res->pdx = *(l_encoding_value_ptr++);
1471 l_res->pdy = *(l_encoding_value_ptr++);
1472 l_res->pw = *(l_encoding_value_ptr++);
1473 l_res->ph = *(l_encoding_value_ptr++);
1474 ++l_res;
1501 opj_pi_resolution_t *l_res = l_current_comp->resolutions;
1508 l_res->pdx = *(l_encoding_value_ptr++);
1509 l_res->pdy = *(l_encoding_value_ptr++);
1510 l_res->pw = *(l_encoding_value_ptr++);
1511 l_res->ph = *(l_encoding_value_ptr++);
1512 ++l_res;