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

  /external/opencv3/modules/cudaimgproc/src/cuda/
clahe.cu 153 int tx1 = __float2int_rd(txf);
154 int tx2 = tx1 + 1;
155 const float xa = txf - tx1;
156 tx1 = ::max(tx1, 0);
163 res += lut(ty1 * tilesX + tx1, srcVal) * ((1.0f - xa) * (1.0f - ya));
165 res += lut(ty2 * tilesX + tx1, srcVal) * ((1.0f - xa) * (ya));
  /external/opencv3/modules/imgproc/src/opencl/
clahe.cl 235 int tx1 = convert_int_rtn(txf);
236 int tx2 = tx1 + 1;
237 const float xa = txf - tx1;
238 tx1 = max(tx1, 0);
245 res += lut[mad24(ty1 * tilesX + tx1, lutStep, srcVal + lut_offset)] * ((1.0f - xa) * (1.0f - ya));
247 res += lut[mad24(ty2 * tilesX + tx1, lutStep, srcVal + lut_offset)] * ((1.0f - xa) * (ya));
  /external/pdfium/third_party/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
pi.c 341 pi->poc.tx1 = pi->tx1;
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))) {
360 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
428 pi->poc.tx1 = pi->tx1;
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))) {
444 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
512 pi->poc.tx1 = pi->tx1;
    [all...]
openjpeg.h 339 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
    [all...]
  /external/opencv3/modules/imgproc/src/
clahe.cpp 250 int tx1 = cvFloor(txf); local
251 int tx2 = tx1 + 1;
253 xa_p[x] = txf - tx1;
256 tx1 = std::max(tx1, 0);
259 ind1_p[x] = tx1 * lut_step;
imgwarp.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1184 const float *tx0, *tx1; local
1197 tx1 = get_texel_2d(samp, addr, x1, 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...]
  /external/vboot_reference/utility/
dev_debug_vboot 369 loghead od -Ax -tx1 "${kfile}"

Completed in 293 milliseconds