Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_codec.h99 OPJ_INT32 p_start_x,
Djp2.h438 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dj2k.h710 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dopenjpeg.c424 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()
Dopenjpeg.h1230 OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
Dj2k.c7981 … 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;
Djp2.c2510 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()