/external/skia/include/core/ |
D | SkScan.h | 86 static inline void XRect_set(SkXRect* xr, const SkIRect& src) { in XRect_set() argument 87 xr->fLeft = SkIntToFixed(src.fLeft); in XRect_set() 88 xr->fTop = SkIntToFixed(src.fTop); in XRect_set() 89 xr->fRight = SkIntToFixed(src.fRight); in XRect_set() 90 xr->fBottom = SkIntToFixed(src.fBottom); in XRect_set() 97 static inline void XRect_set(SkXRect* xr, const SkRect& src) { in XRect_set() argument 98 xr->fLeft = SkScalarToFixed(src.fLeft); in XRect_set() 99 xr->fTop = SkScalarToFixed(src.fTop); in XRect_set() 100 xr->fRight = SkScalarToFixed(src.fRight); in XRect_set() 101 xr->fBottom = SkScalarToFixed(src.fBottom); in XRect_set() [all …]
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_stereo_proc.cpp | 181 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_st_mid_side() 187 int32 *pt_xr = &xr[Start]; in pvmp3_st_mid_side() 218 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_st_intensity() 227 int32 *pt_xr = &xr[Start]; in pvmp3_st_intensity() 252 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_stereo_proc() 344 pvmp3_st_mid_side(xr, xl, 0, sfbStart); in pvmp3_stereo_proc() 359 pvmp3_st_intensity(xr, xl, scalefac->l[sfbTemp], sfbStart, sfbNo); in pvmp3_stereo_proc() 363 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo); in pvmp3_stereo_proc() 378 … pvmp3_st_intensity(xr, xl, scalefac->s[j][sfbTemp], sfbStart, sfbNo); in pvmp3_stereo_proc() 382 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo); in pvmp3_stereo_proc() [all …]
|
D | pvmp3_reorder.cpp | 119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_reorder() 155 int32 tmp1 = xr[src_line]; in pvmp3_reorder() 156 int32 tmp2 = xr[src_line+(sfb_lines)]; in pvmp3_reorder() 157 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; in pvmp3_reorder() 165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32)); in pvmp3_reorder() 176 int32 tmp1 = xr[src_line]; in pvmp3_reorder() 177 int32 tmp2 = xr[src_line+(sfb_lines)]; in pvmp3_reorder() 178 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; in pvmp3_reorder() 185 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32)); in pvmp3_reorder()
|
D | pvmp3_mpeg2_stereo_proc.cpp | 159 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_st_intensity_ver2() 174 int32 *pt_xr = &xr[Start]; in pvmp3_st_intensity_ver2() 218 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_mpeg2_stereo_proc() 317 pvmp3_st_mid_side(xr, xl, 0, sfbNo); in pvmp3_mpeg2_stereo_proc() 330 … pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->l[sfb], sfbStart, sfbNo); in pvmp3_mpeg2_stereo_proc() 334 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo); in pvmp3_mpeg2_stereo_proc() 360 … pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->s[j][sfb], sfbStart, sfbNo); in pvmp3_mpeg2_stereo_proc() 364 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo); in pvmp3_mpeg2_stereo_proc() 441 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo); in pvmp3_mpeg2_stereo_proc() 453 … pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->s[j][sfb], sfbStart, sfbNo); in pvmp3_mpeg2_stereo_proc() [all …]
|
D | pvmp3_stereo_proc.h | 89 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 96 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 102 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
D | pvmp3_mpeg2_stereo_proc.h | 87 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 97 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
D | pvmp3_reorder.h | 88 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
/external/svox/pico/lib/ |
D | picofftsg.c | 489 PICOFFTSG_FFTTYPE xr; in ddct() local 492 xr = a[n - 1]; in ddct() 497 a[1] = a[0] - xr; in ddct() 498 a[0] += xr; in ddct() 520 xr = a[0] - a[1]; in ddct() 526 a[n - 1] = xr; in ddct() 533 PICOFFTSG_FFTTYPE xr, xi, yr, yi, an; in dfct_nmf() local 539 xr = a[j] + a[k]; in dfct_nmf() 541 a[k] = xr; in dfct_nmf() 557 xr = *amk; in dfct_nmf() [all …]
|
/external/skia/tests/ |
D | MathTest.cpp | 327 SkFract xr = SkFractSqrt(x); in TestMath() local 329 REPORTER_ASSERT(reporter, xr == check || in TestMath() 330 xr == check-1 || in TestMath() 331 xr == check+1); in TestMath() 333 xr = SkFixedSqrt(x); in TestMath() 336 REPORTER_ASSERT(reporter, xr == check || xr == check-1); in TestMath() 338 xr = SkSqrt32(x); in TestMath() 341 REPORTER_ASSERT(reporter, xr == check || xr == check-1); in TestMath()
|
/external/skia/src/core/ |
D | SkScan_Antihair.cpp | 526 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) in antifillrect() argument 528 FDot8 L = SkFixedToFDot8(xr.fLeft); in antifillrect() 529 FDot8 T = SkFixedToFDot8(xr.fTop); in antifillrect() 530 FDot8 R = SkFixedToFDot8(xr.fRight); in antifillrect() 531 FDot8 B = SkFixedToFDot8(xr.fBottom); in antifillrect() 574 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip, in AntiFillXRect() argument 578 XRect_roundOut(xr, &outerBounds); in AntiFillXRect() 584 antifillrect(xr, blitter); in AntiFillXRect() 589 if (tmpR.intersect(xr)) { in AntiFillXRect() 602 if (tmpR.intersect(xr)) { in AntiFillXRect() [all …]
|
D | SkScan.cpp | 56 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip, in FillXRect() argument 60 XRect_round(xr, &r); in FillXRect()
|
/external/speex/libspeex/ |
D | lsp.c | 228 spx_word16_t temp_xr,xl,xr,xm=0; in lpc_to_lsp() local 316 xr = 0; /* initialise xr to zero */ in lpc_to_lsp() 327 while(flag && (xr >= -FREQ_SCALE)){ in lpc_to_lsp() 339 xr = SUB16(xl, dd); /* interval spacing */ in lpc_to_lsp() 340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */ in lpc_to_lsp() 342 temp_xr = xr; in lpc_to_lsp() 360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */ in lpc_to_lsp() 362 xm = .5*(xl+xr); /* bisect the interval */ in lpc_to_lsp() 372 xr=xm; in lpc_to_lsp()
|
/external/openssl/crypto/dsa/ |
D | dsa_ossl.c | 134 BIGNUM xr; in dsa_do_sign() local 140 BN_init(&xr); in dsa_do_sign() 176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */ in dsa_do_sign() 177 if (!BN_add(s, &xr, &m)) goto err; /* s = m + xr */ in dsa_do_sign() 196 BN_clear_free(&xr); in dsa_do_sign()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 33 public SAX1ParserAdapter(XMLReader xr) in SAX1ParserAdapter() argument 35 xmlReader = xr; in SAX1ParserAdapter()
|
/external/tesseract/liblept/ |
D | boxfunc1.c | 692 l_int32 x, y, w, h, xl, xr, yt, yb, wnew, hnew; in boxAdjustSides() local 702 xr = x + w + delright; /* one pixel beyond right edge */ in boxAdjustSides() 704 wnew = xr - xl; in boxAdjustSides()
|
D | graphics.c | 655 locatePtRadially(l_int32 xr, in locatePtRadially() argument 667 *px = xr + dist * cos(radang); in locatePtRadially()
|
D | leptprotos.h | 534 LEPT_DLL extern l_int32 locatePtRadially ( l_int32 xr, l_int32 yr, l_float64 dist, l_float64 radang…
|
/external/openssl/crypto/camellia/ |
D | camellia.c | 134 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 138 ir = xr ^ kr; \ 177 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 181 ir = xr; \
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 5103 drwxr-xr-x 2 tom users 80 Jul 30 16:02 docs 5104 drwxr-xr-x 2 tom users 528 Jul 30 16:02 include 5105 drwxr-xr-x 2 tom users 80 Jul 30 16:02 lib 5109 -rwxr-xr-x 1 tom users 459009 Jul 30 16:02 crypt.pdf 5113 -rwxr-xr-x 1 tom users 2482 Jul 30 16:02 tomcrypt.h 5114 -rwxr-xr-x 1 tom users 702 Jul 30 16:02 tomcrypt_argchk.h 5115 -rwxr-xr-x 1 tom users 2945 Jul 30 16:02 tomcrypt_cfg.h 5116 -rwxr-xr-x 1 tom users 22763 Jul 30 16:02 tomcrypt_cipher.h 5117 -rwxr-xr-x 1 tom users 5174 Jul 30 16:02 tomcrypt_custom.h 5118 -rwxr-xr-x 1 tom users 11314 Jul 30 16:02 tomcrypt_hash.h [all …]
|
/external/jpeg/ |
D | testimg.ppm | 4 …xr}op{k}�sx�lv}k0./1/0320542653762873872:94;:5==5??7AA7CC9DD8EE;HH>HH>HH<JH9KJ6LK6MM5NM8KJ8KI=KJEP…
|
/external/tesseract/include/ |
D | leptprotos.h | 516 LEPT_DLL extern l_int32 locatePtRadially ( l_int32 xr, l_int32 yr, l_float64 dist, l_float64 radang…
|
/external/opencore/protocols/rtp_payload_parser/util/output/ |
D | pv_rtp.bin | 6144 �*����SL3,�>����5�7-'Т�[���xr��a���)���z����%���jPn�s���V�"��s{��\���_������A)�… 7544 …z{7}���ƶ�\��^\�L��w��1ş��W-N�X����c�d����R�V���9(���) �4Q�;�F�(|��X�xr�\����A�$��…
|