Searched refs:p_end_y (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_codec.h | 102 OPJ_INT32 p_end_y,
|
D | jp2.h | 439 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
|
D | j2k.h | 711 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
|
D | openjpeg.c | 425 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y in opj_set_decode_area() argument 438 p_end_x, p_end_y, in opj_set_decode_area()
|
D | openjpeg.h | 1231 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y );
|
D | j2k.c | 7982 … OPJ_INT32 p_end_x, OPJ_INT32 p_end_y, 7998 if ( !p_start_x && !p_start_y && !p_end_x && !p_end_y){ 8055 assert((OPJ_UINT32)p_end_y > 0); 8075 if ((OPJ_UINT32)p_end_y < l_image->y0) { 8078 p_end_y, l_image->y0); 8081 if ((OPJ_UINT32)p_end_y > l_image->y1){ 8084 p_end_y, l_image->y1); 8089 …k->m_specific_param.m_decoder.m_end_tile_y = (OPJ_UINT32)opj_int_ceildiv(p_end_y - (OPJ_INT32)l_cp… 8090 p_image->y1 = (OPJ_UINT32)p_end_y;
|
D | jp2.c | 2511 OPJ_INT32 p_end_x, OPJ_INT32 p_end_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()
|