Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_codec.h100 OPJ_INT32 p_end_x,
Djp2.h439 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
Dj2k.h711 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
Dopenjpeg.c425 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()
Dopenjpeg.h1231 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y );
Dj2k.c7982 … OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
7998 if ( !p_start_x && !p_start_y && !p_end_x && !p_end_y){
8054 assert((OPJ_UINT32)p_end_x > 0);
8056 if ((OPJ_UINT32)p_end_x < l_image->x0) {
8059 p_end_x, l_image->x0);
8062 else if ((OPJ_UINT32)p_end_x > l_image->x1) {
8065 p_end_x, l_image->x1);
8070 …k->m_specific_param.m_decoder.m_end_tile_x = (OPJ_UINT32)opj_int_ceildiv(p_end_x - (OPJ_INT32)l_cp…
8071 p_image->x1 = (OPJ_UINT32)p_end_x;
Djp2.c2511 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()