Searched refs:p_start_x (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_codec.h | 99 OPJ_INT32 p_start_x,
|
D | jp2.h | 439 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | openjpeg.c | 423 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()
|
D | j2k.h | 710 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | openjpeg.h | 1292 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | j2k.c | 8275 … OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, 8292 if ( !p_start_x && !p_start_y && !p_end_x && !p_end_y){ 8307 assert(p_start_x >= 0 ); 8310 if ((OPJ_UINT32)p_start_x > l_image->x1 ) { 8313 p_start_x, l_image->x1); 8316 else if ((OPJ_UINT32)p_start_x < l_image->x0){ 8319 p_start_x, l_image->x0); 8324 …p_j2k->m_specific_param.m_decoder.m_start_tile_x = ((OPJ_UINT32)p_start_x - l_cp->tx0) / l_cp->tdx; 8325 p_image->x0 = (OPJ_UINT32)p_start_x;
|
D | jp2.c | 2686 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_jp2_set_decode_area() argument 2691 …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()
|