OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdy
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
image.c
117
l_y1 = opj_int_min((OPJ_INT32)(p_cp->ty0 + p_cp->th * p_cp->
tdy
), (OPJ_INT32)p_image_header->y1);
j2k.h
354
OPJ_UINT32
tdy
;
member in struct:opj_cp
j2k.c
[
all
...]
openjpeg.h
924
OPJ_UINT32
tdy
;
member in struct:opj_codestream_info_v2
[
all
...]
pi.c
594
*p_ty0 = opj_int_max((OPJ_INT32)(p_cp->ty0 + q * p_cp->
tdy
), (OPJ_INT32)p_image->y0);
595
*p_ty1 = opj_int_min((OPJ_INT32)(p_cp->ty0 + (q + 1) * p_cp->
tdy
), (OPJ_INT32)p_image->y1);
717
l_ty0 = p_cp->ty0 + q * p_cp->
tdy
; /* can't be greater than p_image->y1 so won't overflow */
719
*p_ty1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, p_cp->
tdy
), p_image->y1);
[
all
...]
tcd.c
[
all
...]
Completed in 1049 milliseconds