Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 25 of 44) sorted by relevance

12

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dchvr_filter.cpp36 int br, bc, incr, mbr, mbc; in CombinedHorzVertRingFilter() local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */ in CombinedHorzVertRingFilter()
95 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()
100 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertRingFilter()
103 index = brwidth + bc; in CombinedHorzVertRingFilter()
250 for (bc = mbc + 1; bc < mbc + 3; bc++) /* bc is the column counter in blocks */ in CombinedHorzVertRingFilter()
254 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()
259 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertRingFilter()
262 index = brwidth + bc; in CombinedHorzVertRingFilter()
408 for (bc = mbc; bc < mbc + 2; bc++) in CombinedHorzVertRingFilter()
[all …]
Dchv_filter.cpp189 int br, bc, mbr, mbc; in CombinedHorzVertFilter() local
217 for (bc = mbc; bc < mbc + 2; bc++) in CombinedHorzVertFilter()
220 … if (bc < pp_w) /* boundary : don't do it on the most right col block */ in CombinedHorzVertFilter()
222 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertFilter()
223 jVal0 = brwidth + bc; in CombinedHorzVertFilter()
333 for (bc = mbc + 1; bc < mbc + 3; bc++) in CombinedHorzVertFilter()
336 if (bc < pp_w) in CombinedHorzVertFilter()
338 ptr = rec + (brwidth << 6) + (bc << 3); in CombinedHorzVertFilter()
339 jVal0 = brwidth + bc; in CombinedHorzVertFilter()
466 int br, bc, mbr, mbc; in CombinedHorzVertFilter_NoSoftDeblocking() local
[all …]
/external/qemu/slirp2/
Dbootp.c54 BOOTPClient *bc; in get_new_addr() local
63 bc = &bootp_clients[i]; in get_new_addr()
64 bc->allocated = 1; in get_new_addr()
68 return bc; in get_new_addr()
73 BOOTPClient *bc; in find_addr() local
82 bc = &bootp_clients[i]; in find_addr()
83 bc->allocated = 1; in find_addr()
87 return bc; in find_addr()
133 BOOTPClient *bc; in bootp_reply() local
163 bc = get_new_addr(&daddr); in bootp_reply()
[all …]
/external/icu4c/test/testdata/
Dre_tests.txt16 ab*bc abc y $& abc
17 ab*bc abc y $-[0] 0
18 ab*bc abc y $+[0] 3
19 ab*bc abbc y $& abbc
20 ab*bc abbc y $-[0] 0
21 ab*bc abbc y $+[0] 4
22 ab*bc abbbbc y $& abbbbc
23 ab*bc abbbbc y $-[0] 0
24 ab*bc abbbbc y $+[0] 6
31 ab{0,}bc abbbbc y $& abbbbc
[all …]
Dicuio.txt165 { "%*3S%S", "a bc efg", "S", "bc" }
/external/netcat/data/
Ddata.c82 int bc = 0; local
95 bc = 1; /* preload, assuming "dump" */
163 bc = 0;
214 bc++;
220 if (bc >= sizeof (buf_raw)) /* buffer full */
225 x = write (1, buf_raw, bc);
245 printf ("%c %d\n", *p, bc);
247 printf (". %d\n", bc);
249 bc++;
/external/qemu/audio/
Ddsound_template.h191 DSCBCAPS bc; in dsound_init_in() local
196 DSBCAPS bc; in dsound_init_in() local
247 memset (&bc, 0, sizeof (bc)); in dsound_init_in()
248 bc.dwSize = sizeof (bc); in dsound_init_in()
250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc); in dsound_init_in()
265 if (bc.dwBufferBytes & hw->info.align) { in dsound_init_in()
268 bc.dwBufferBytes, hw->info.align + 1 in dsound_init_in()
271 hw->samples = bc.dwBufferBytes >> hw->info.shift; in dsound_init_in()
275 bc.dwBufferBytes, bd.dwBufferBytes); in dsound_init_in()
/external/icu4c/data/unidata/
DPropertyValueAliases.txt71 # Bidi_Class (bc)
73 bc ; AL ; Arabic_Letter
74 bc ; AN ; Arabic_Number
75 bc ; B ; Paragraph_Separator
76 bc ; BN ; Boundary_Neutral
77 bc ; CS ; Common_Separator
78 bc ; EN ; European_Number
79 bc ; ES ; European_Separator
80 bc ; ET ; European_Terminator
81 bc ; L ; Left_To_Right
[all …]
/external/skia/src/core/
DSkGeometry.cpp46 float bc = b - c; in is_not_monotonic() local
48 bc = -bc; in is_not_monotonic()
49 return ab == 0 || bc < 0; in is_not_monotonic()
158 SkScalar bc = SkScalarInterp(src[2], src[4], t); in eval_quad() local
159 return SkScalarInterp(ab, bc, t); in eval_quad()
210 SkScalar bc = SkScalarInterp(src[2], src[4], t); in interp_quad_coords() local
214 dst[4] = SkScalarInterp(ab, bc, t); in interp_quad_coords()
215 dst[6] = bc; in interp_quad_coords()
267 SkScalar bc = SkScalarAbs(pts[1].fY - pts[2].fY); in force_quad_monotonic_in_y() local
268 pts[1].fY = ab < bc ? pts[0].fY : pts[2].fY; in force_quad_monotonic_in_y()
[all …]
/external/webkit/WebCore/platform/text/
DStringImpl.cpp494 unsigned char bc = *b++; in equal() local
495 if (*a++ != bc) in equal()
505 unsigned char bc = *b++; in equalIgnoringCase() local
506 if (foldCase(*a++) != foldCase(bc)) in equalIgnoringCase()
834 unsigned char bc = b[i]; in equal() local
835 if (!bc) in equal()
837 if (as[i] != bc) in equal()
863 char bc = b[i]; in equalIgnoringCase() local
864 if (!bc) in equalIgnoringCase()
868 equal = equal && (toASCIILower(ac) == toASCIILower(bc)); in equalIgnoringCase()
[all …]
/external/webkit/WebCore/rendering/
DRenderFieldset.cpp190 const Color& bc = style->borderBottomColor(); in paintBorderMinusLegend() local
217 …Context, tx, ty + h - style->borderBottomWidth(), tx + w, ty + h, BSBottom, bc, style->color(), bs, in paintBorderMinusLegend()
231 (bc == lc) && in paintBorderMinusLegend()
255 (bc == rc) && in paintBorderMinusLegend()
DRenderObject.cpp1152 const Color& bc = style->borderBottomColor(); in paintBorder() local
1197 …bool lowerLeftBorderStylesMatch = renderLeft && (bs == ls) && (bc == lc) && (bs != OUTSET) && (bs … in paintBorder()
1198 bool lowerRightBorderStylesMatch = renderRight && (bs == rs) && (bc == rc); in paintBorder()
1279 (bc == lc && bt == lt && bs >= OUTSET && in paintBorder()
1283 (bc == rc && bt == rt && bs >= OUTSET && in paintBorder()
1293 …phicsContext, x, ty + h - style->borderBottomWidth(), x2, ty + h, BSBottom, bc, style->color(), bs, in paintBorder()
1321 BSBottom, bc, style->color(), bs, true); in paintBorder()
1343 BSBottom, bc, style->color(), bs, false); in paintBorder()
1356 (bc == lc && bt == lt && ls >= OUTSET && in paintBorder()
1424 ((bc == rc) && (bt == rt) && in paintBorder()
/external/netcat/
Dnetcat.c1003 int bc; /* in buffer count */ local
1028 bc = n;
1032 while (bc) { /* for chunk-o-data ... */
1035 if (bc < x) {
1036 soc = soc - 16 + bc; /* fiddle for however much is left */
1037 x = (bc * 3) + 11; /* 2 digits + space per, after D & offset */
1039 x = 16 - bc;
1046 x = bc; /* re-fix current linecount */
1049 bc -= x; /* fix wrt current line size */
/external/icu4c/test/intltest/
Dmiscdtfm.cpp293 UnicodeString bc(bcC, 3, 3); in test4117335() local
333 if (eras[0] != bc) { in test4117335()
334 errln("*** Should have been " + bc); in test4117335()
/external/bzip2/
Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
399 bc = 999999999; bt = -1; in sendMTFValues()
401 if (cost[t] < bc) { bc = cost[t]; bt = t; }; in sendMTFValues()
402 totc += bc; in sendMTFValues()
/external/libffi/src/m32r/
Dsysv.S77 bc adjust_stack
/external/genext2fs/
Dtest-mount.sh71 grep ^[bc] | \
/external/openssl/crypto/pkcs7/t/
Dc.pem21 fd:ef:41:09:91:ed:bc:ad:98:f9:f6:28:90:62:6f:
Ds.pem30 fd:ef:41:09:91:ed:bc:ad:98:f9:f6:28:90:62:6f:
Dserver.pem21 fd:ef:41:09:91:ed:bc:ad:98:f9:f6:28:90:62:6f:
/external/webkit/WebCore/page/
DFrameView.cpp901 void FrameView::setBaseBackgroundColor(Color bc) in setBaseBackgroundColor() argument
903 if (!bc.isValid()) in setBaseBackgroundColor()
904 bc = Color::white; in setBaseBackgroundColor()
905 m_baseBackgroundColor = bc; in setBaseBackgroundColor()
/external/icu4c/samples/layout/
Dsfnt.h142 le_uint32 bc; member
/external/openssl/crypto/pkcs7/
Dinfo.pem21 fd:ef:41:09:91:ed:bc:ad:98:f9:f6:28:90:62:6f:
/external/icu4c/test/letest/
DFontObject.h105 le_uint32 bc; member
Dsfnt.h267 le_uint32 bc; member

12