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 | 438 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | j2k.h | 710 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | openjpeg.c | 424 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_set_decode_area() argument 437 p_start_x, p_start_y, in opj_set_decode_area()
|
D | openjpeg.h | 1230 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
D | j2k.c | 7981 … OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, 7998 if ( !p_start_x && !p_start_y && !p_end_x && !p_end_y){ 8013 assert(p_start_x >= 0 ); 8016 if ((OPJ_UINT32)p_start_x > l_image->x1 ) { 8019 p_start_x, l_image->x1); 8022 else if ((OPJ_UINT32)p_start_x < l_image->x0){ 8025 p_start_x, l_image->x0); 8030 …p_j2k->m_specific_param.m_decoder.m_start_tile_x = ((OPJ_UINT32)p_start_x - l_cp->tx0) / l_cp->tdx; 8031 p_image->x0 = (OPJ_UINT32)p_start_x;
|
D | jp2.c | 2510 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y, in opj_jp2_set_decode_area() argument 2515 …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()
|