Searched defs:tc (Results 76 - 100 of 126) sorted by relevance

123456

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c215 int tr = br, tc = bc; local
276 CHECK_BETTER(left, tr, tc - 2);
277 CHECK_BETTER(right, tr, tc + 2);
278 CHECK_BETTER(up, tr - 2, tc);
279 CHECK_BETTER(down, tr + 2, tc);
286 CHECK_BETTER(diag, tr - 2, tc - 2);
289 CHECK_BETTER(diag, tr - 2, tc + 2);
292 CHECK_BETTER(diag, tr + 2, tc - 2);
295 CHECK_BETTER(diag, tr + 2, tc + 2);
300 if (tr == br && tc
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.c142 const GLfloat *tc = ctx->Current.RasterTexCoords[i]; local
145 COPY_4V(span->attrStart[attr], tc);
147 else if (tc[3] > 0.0F) {
149 span->attrStart[attr][0] = tc[0] / tc[3];
150 span->attrStart[attr][1] = tc[1] / tc[3];
151 span->attrStart[attr][2] = tc[2] / tc[3];
H A Ds_texfilter.c2345 direction target sc tc ma
2359 GLfloat sc, tc, ma; local
2365 tc = -ry;
2371 tc = -ry;
2379 tc = rz;
2385 tc = -rz;
2393 tc = -ry;
2399 tc = -ry;
2407 newCoord[1] = ( tc * ima + 1.0F ) * 0.5F;
/external/dnsmasq/src/
H A Dnameser.h290 unsigned tc: 1; /* truncated message */ member in struct:__anon20435
302 unsigned tc :1; /* truncated message */ member in struct:__anon20435
/external/icu/icu4c/source/test/letest/
H A Dletest.cpp597 int32_t tc = 0; local
599 while((testCase = root->nextChildElement(tc)) != NULL) {
/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c111 WORD32 beta, tc; local
132 /* based on BS, tc index is calcuated by adding 2 * ( bs - 1) to QP and tc_offset */
139 tc = gai4_ihevc_tc_table[tc_indx];
140 if(0 == tc)
212 && (de_0 < ((5 * tc + 1) >> 1)))
220 && de_1 < ((5 * tc + 1) >> 1))
228 if(tc <= 1)
254 tc = tc << 1;
256 tc2 = ((LWORD64)tc);
547 WORD32 beta, tc; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c214 int tr = br, tc = bc; local
275 CHECK_BETTER(left, tr, tc - 2);
276 CHECK_BETTER(right, tr, tc + 2);
277 CHECK_BETTER(up, tr - 2, tc);
278 CHECK_BETTER(down, tr + 2, tc);
285 CHECK_BETTER(diag, tr - 2, tc - 2);
288 CHECK_BETTER(diag, tr - 2, tc + 2);
291 CHECK_BETTER(diag, tr + 2, tc - 2);
294 CHECK_BETTER(diag, tr + 2, tc + 2);
299 if (tr == br && tc
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c142 const GLfloat *tc = ctx->Current.RasterTexCoords[i]; local
145 COPY_4V(span->attrStart[attr], tc);
147 else if (tc[3] > 0.0F) {
149 span->attrStart[attr][0] = tc[0] / tc[3];
150 span->attrStart[attr][1] = tc[1] / tc[3];
151 span->attrStart[attr][2] = tc[2] / tc[3];
H A Ds_texfilter.c2345 direction target sc tc ma
2359 GLfloat sc, tc, ma; local
2365 tc = -ry;
2371 tc = -ry;
2379 tc = rz;
2385 tc = -rz;
2393 tc = -ry;
2399 tc = -ry;
2407 newCoord[1] = ( tc * ima + 1.0F ) * 0.5F;
/external/mksh/src/
H A Dsyn.c594 struct op *tc = casepart(c); local
596 t = tl = tc, tl->right = NULL;
598 tl->right = tc, tl = tc;
/external/ppp/pppd/
H A Deap.c1324 struct t_client *tc; local
1472 tc = NULL;
1474 tc = (struct t_client *)esp->es_client.
1482 t_clientclose(tc);
1484 tc = NULL;
1489 if (tc == NULL) {
1561 tc = t_clientopen(esp->es_client.ea_name,
1563 if (tc == NULL) {
1567 esp->es_client.ea_session = (void *)tc;
1572 t_clientaddexdata(tc, val
[all...]
/external/qemu/
H A Dmain-loop.c730 TIMECAPS tc; local
733 memset(&tc, 0, sizeof(tc));
734 timeGetDevCaps(&tc, sizeof(tc));
736 mm_period = tc.wPeriodMin;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp139 int32_t tc = 0; local
141 while((testCase = root->nextChildElement(tc)) != NULL) {
/external/clang/lib/AST/
H A DType.cpp183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, argument
185 : Type(tc, canonType, vecType->isDependentType(),
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp139 int32_t tc = 0; local
141 while((testCase = root->nextChildElement(tc)) != NULL) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c201 CHECK_BETTER(left, tr, tc - hstep); \
202 CHECK_BETTER(right, tr, tc + hstep); \
203 CHECK_BETTER(up, tr - hstep, tc); \
204 CHECK_BETTER(down, tr + hstep, tc); \
209 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
212 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
215 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
218 CHECK_BETTER(diag, tr + hstep, tc + hstep); \
227 if (tr != br && tc != bc) { \
229 kc = bc - tc; \
299 int tc = bc; local
398 int tc = bc; local
900 int tr, tc; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c1068 struct termios tc, save; local
1086 tc = save;
1087 tc.c_lflag &= ~(ICANON | ECHO);
1088 tc.c_cc[VMIN] = 0;
1089 tc.c_cc[VTIME] = 0;
1136 done = perf_kvm__handle_stdin(&tc, &save);
/external/opencv/cv/src/
H A Dcvcalibinit.cpp989 int tc; local
990 for (tc=0; tc<4; tc++)
991 if (quad->corners[tc]->pt.x == corner->pt.x &&
992 quad->corners[tc]->pt.y == corner->pt.y)
997 while (tc != common)
1011 tc++;
1012 tc = tc
[all...]
/external/valgrind/main/coregrind/
H A Dm_transtab.c153 This is a pointer into the sector's tc (code) area. */
310 ULong* tc; member in struct:__anon32684
316 /* This points to the current allocation point in tc. */
732 if ((UChar*)hcode >= (UChar*)sectors[sno].tc
763 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc );
1096 if (tce < &sec->tc[0] || tce > &sec->tc[tc_sector_szQ])
1097 BAD("sec->tc_next points outside tc");
1244 if (sectors[i].tc != NULL)
1262 if (sec->tc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc748 bool BaseChannel::SetDtlsSrtpCiphers(TransportChannel *tc, bool rtcp) { argument
757 return tc->SetSrtpCiphers(ciphers);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2791 const uint64 tc = ns / timecode_scale; local
2793 if (tc < cluster_timecode)
2794 cluster_timecode = tc;
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp2108 const float tc = coord[tNdx]; local
2117 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma);
2119 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma);
H A DtcuTexture.cpp2285 float tc = 0.0f; local
2292 case CUBEFACE_NEGATIVE_X: sc = +rz; tc = -ry; ma = -rx; break;
2293 case CUBEFACE_POSITIVE_X: sc = -rz; tc = -ry; ma = +rx; break;
2294 case CUBEFACE_NEGATIVE_Y: sc = +rx; tc = -rz; ma = -ry; break;
2295 case CUBEFACE_POSITIVE_Y: sc = +rx; tc = +rz; ma = +ry; break;
2296 case CUBEFACE_NEGATIVE_Z: sc = -rx; tc = -ry; ma = -rz; break;
2297 case CUBEFACE_POSITIVE_Z: sc = +rx; tc = -ry; ma = +rz; break;
2304 t = ((tc / ma) + 1.0f) / 2.0f;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp623 const float tc = coord[tNdx]; local
632 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma);
634 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2951 const uint64 tc = ns / timecode_scale; local
2953 if (tc < cluster_timecode)
2954 cluster_timecode = tc;

Completed in 1602 milliseconds

123456