Searched defs:l_step_c (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.c1169 OPJ_UINT32 l_step_p , l_step_c , l_step_r , l_step_l ; local
1228 l_step_c = l_max_prec * l_step_p;
1229 l_step_r = p_image->numcomps * l_step_c;
1261 l_current_pi->step_c = l_step_c;
1303 l_current_pi->step_c = l_step_c;
1371 OPJ_UINT32 l_step_p , l_step_c , l_step_r , l_step_l ; local
1426 l_step_c = l_max_prec * l_step_p;
1427 l_step_r = p_image->numcomps * l_step_c;
1455 l_current_pi->step_c = l_step_c;
1494 l_current_pi->step_c = l_step_c;
[all...]

Completed in 44 milliseconds