Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_codec.h102 OPJ_INT32 p_end_y,
Djp2.h440 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
Dopenjpeg.c424 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y in opj_set_decode_area() argument
437 p_end_x, p_end_y, in opj_set_decode_area()
Dj2k.h711 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
Dopenjpeg.h1293 OPJ_INT32 p_end_x, OPJ_INT32 p_end_y );
Dj2k.c8276 … OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
8292 if ( !p_start_x && !p_start_y && !p_end_x && !p_end_y){
8349 assert((OPJ_UINT32)p_end_y > 0);
8369 if ((OPJ_UINT32)p_end_y < l_image->y0) {
8372 p_end_y, l_image->y0);
8375 if ((OPJ_UINT32)p_end_y > l_image->y1){
8378 p_end_y, l_image->y1);
8383 …k->m_specific_param.m_decoder.m_end_tile_y = (OPJ_UINT32)opj_int_ceildiv(p_end_y - (OPJ_INT32)l_cp…
8384 p_image->y1 = (OPJ_UINT32)p_end_y;
Djp2.c2687 OPJ_INT32 p_end_x, OPJ_INT32 p_end_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()