Home
last modified time | relevance | path

Searched refs:p_start_x (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_codec.h96 OPJ_INT32 p_start_x,
Djp2.h441 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dopenjpeg.c494 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_set_decode_area() argument
508 p_start_x, p_start_y, in opj_set_decode_area()
Dj2k.h744 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dopenjpeg.h1398 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dj2k.c9319 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_j2k_set_decode_area() argument
9346 if (!p_start_x && !p_start_y && !p_end_x && !p_end_y) { in opj_j2k_set_decode_area()
9367 if (p_start_x < 0) { in opj_j2k_set_decode_area()
9370 p_start_x); in opj_j2k_set_decode_area()
9372 } else if ((OPJ_UINT32)p_start_x > l_image->x1) { in opj_j2k_set_decode_area()
9375 p_start_x, l_image->x1); in opj_j2k_set_decode_area()
9377 } else if ((OPJ_UINT32)p_start_x < l_image->x0) { in opj_j2k_set_decode_area()
9380 p_start_x, l_image->x0); in opj_j2k_set_decode_area()
9384 p_j2k->m_specific_param.m_decoder.m_start_tile_x = ((OPJ_UINT32)p_start_x - in opj_j2k_set_decode_area()
9386 p_image->x0 = (OPJ_UINT32)p_start_x; in opj_j2k_set_decode_area()
Djp2.c3105 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_jp2_set_decode_area() argument
3110 return opj_j2k_set_decode_area(p_jp2->j2k, p_image, p_start_x, p_start_y, in opj_jp2_set_decode_area()