HomeSort by relevance Sort by last modified time
    Searched refs:tx0 (Results 1 - 8 of 8) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
pi.c 339 pi->poc.tx0 = pi->tx0;
345 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
358 trx0 = opj_int_ceildiv(pi->tx0, (OPJ_INT32)(comp->dx << levelno));
367 if (!((pi->x % (OPJ_INT32)(comp->dx << rpx) == 0) || ((pi->x == pi->tx0) && ((trx0 << levelno) % (1 << rpx))))){
426 pi->poc.tx0 = pi->tx0;
431 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
442 trx0 = opj_int_ceildiv(pi->tx0, (OPJ_INT32)(comp->dx << levelno));
451 if (!((pi->x % (OPJ_INT32)(comp->dx << rpx) == 0) || ((pi->x == pi->tx0) && ((trx0 << levelno) % (1 << rpx)))))
    [all...]
image.c 116 l_x0 = opj_uint_max(p_cp->tx0 , p_image_header->x0);
118 l_x1 = p_cp->tx0 + (p_cp->tw - 1U) * p_cp->tdx; /* validity of p_cp members used here checked in opj_j2k_read_siz. Can't overflow. */
openjpeg.h 339 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
921 OPJ_UINT32 tx0; member in struct:opj_codestream_info_v2
    [all...]
j2k.h 360 OPJ_UINT32 tx0; /* MSD see norm */ member in struct:opj_cp
j2k.c     [all...]
tcd.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1184 const float *tx0, *tx1; local
1196 tx0 = get_texel_2d(samp, addr, x0, 0);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1221 const float *tx0, *tx1; local
1259 const float *tx0, *tx1, *tx2, *tx3; local
1303 const float *tx0, *tx1, *tx2, *tx3; local
1348 const float *tx0, *tx1, *tx2, *tx3; local
    [all...]

Completed in 106 milliseconds