Searched refs:ty1 (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | clahe.cu | 146 int ty1 = __float2int_rd(tyf); in tranformKernel() local 147 int ty2 = ty1 + 1; in tranformKernel() 148 const float ya = tyf - ty1; in tranformKernel() 149 ty1 = ::max(ty1, 0); in tranformKernel() 163 res += lut(ty1 * tilesX + tx1, srcVal) * ((1.0f - xa) * (1.0f - ya)); in tranformKernel() 164 res += lut(ty1 * tilesX + tx2, srcVal) * ((xa) * (1.0f - ya)); in tranformKernel()
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | clahe.cl | 228 int ty1 = convert_int_rtn(tyf); 229 int ty2 = ty1 + 1; 230 const float ya = tyf - ty1; 231 ty1 = max(ty1, 0); 245 … res += lut[mad24(ty1 * tilesX + tx1, lutStep, srcVal + lut_offset)] * ((1.0f - xa) * (1.0f - ya)); 246 res += lut[mad24(ty1 * tilesX + tx2, lutStep, srcVal + lut_offset)] * ((xa) * (1.0f - ya));
|
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 340 pi->poc.ty1 = pi->ty1; in opj_pi_next_rpcl() 344 …for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % … in opj_pi_next_rpcl() 361 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno)); in opj_pi_next_rpcl() 427 pi->poc.ty1 = pi->ty1; in opj_pi_next_pcrl() 430 …for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % … in opj_pi_next_pcrl() 445 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno)); in opj_pi_next_pcrl() 511 pi->poc.ty1 = pi->ty1; in opj_pi_next_cprl() 514 …for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % … in opj_pi_next_cprl() 527 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno)); in opj_pi_next_cprl() 1273 l_current_pi->ty1 = l_ty1; in opj_pi_create_decode() [all …]
|
D | pi.h | 103 OPJ_INT32 tx0, ty0, tx1, ty1; member
|
D | openjpeg.h | 339 OPJ_INT32 tx0,tx1,ty0,ty1; member
|
/external/opencv3/modules/imgproc/src/ |
D | clahe.cpp | 292 int ty1 = cvFloor(tyf); in operator ()() local 293 int ty2 = ty1 + 1; in operator ()() 295 float ya = tyf - ty1, ya1 = 1.0f - ya; in operator ()() 297 ty1 = std::max(ty1, 0); in operator ()() 300 const T* lutPlane1 = lut_.ptr<T>(ty1 * tilesX_); in operator ()()
|
D | imgwarp.cpp | 5323 __m128i tx0, tx1, ty0, ty1; in operator ()() local 5327 … ty1 = _mm_add_epi32(_mm_loadu_si128((const __m128i*)(bdelta + x + x1 + 4)), YY); in operator ()() 5332 ty1 = _mm_srai_epi32(ty1, AB_BITS - INTER_BITS); in operator ()() 5337 _mm_and_si128(ty1, fxy_mask)); in operator ()() 5341 _mm_srai_epi32(ty1, INTER_BITS)); in operator ()()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 465 !408 = !DIGlobalVariable(name: "ty1", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 45814 rbá2ty1áto 54171 2ty1ág 54172 ty1áld 54173 ty1áll 54185 2ty1éte 54188 ty1í2r 54189 ty1ív 54197 ty1ős
|