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

  /external/pdfium/third_party/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
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;
  /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...]

Completed in 1980 milliseconds