Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopj_codec.h101 OPJ_INT32 p_start_y,
Djp2.h426 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dopenjpeg.c423 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_set_decode_area() argument
436 p_start_x, p_start_y, in opj_set_decode_area()
Dj2k.h729 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dopenjpeg.h1295 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dj2k.c8418 … OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_j2k_set_decode_area() argument
8435 if ( !p_start_x && !p_start_y && !p_end_x && !p_end_y){ in opj_j2k_set_decode_area()
8451 assert(p_start_y >= 0 ); in opj_j2k_set_decode_area()
8472 if ((OPJ_UINT32)p_start_y > l_image->y1){ in opj_j2k_set_decode_area()
8475 p_start_y, l_image->y1); in opj_j2k_set_decode_area()
8478 else if ((OPJ_UINT32)p_start_y < l_image->y0){ in opj_j2k_set_decode_area()
8481 p_start_y, l_image->y0); in opj_j2k_set_decode_area()
8486 …p_j2k->m_specific_param.m_decoder.m_start_tile_y = ((OPJ_UINT32)p_start_y - l_cp->ty0) / l_cp->tdy; in opj_j2k_set_decode_area()
8487 p_image->y0 = (OPJ_UINT32)p_start_y; in opj_j2k_set_decode_area()
Djp2.c2859 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_jp2_set_decode_area() argument
2864 …return opj_j2k_set_decode_area(p_jp2->j2k, p_image, p_start_x, p_start_y, p_end_x, p_end_y, p_mana… in opj_jp2_set_decode_area()