HomeSort by relevance Sort by last modified time
    Searched refs:xr (Results 1 - 24 of 24) sorted by null

  /external/skia/include/core/
SkScan.h 86 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
87 xr->fLeft = SkIntToFixed(src.fLeft);
88 xr->fTop = SkIntToFixed(src.fTop);
89 xr->fRight = SkIntToFixed(src.fRight);
90 xr->fBottom = SkIntToFixed(src.fBottom);
97 static inline void XRect_set(SkXRect* xr, const SkRect& src) {
98 xr->fLeft = SkScalarToFixed(src.fLeft);
99 xr->fTop = SkScalarToFixed(src.fTop);
100 xr->fRight = SkScalarToFixed(src.fRight);
101 xr->fBottom = SkScalarToFixed(src.fBottom)
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 40 int32 xr[ ], rescaled data
47 int32 xr[ ], reordered data
53 xr[scf_band][window][freq_line] shall be reordered in polyphase subband
54 order, xr[subband][window][freq_line], prior to the IMDCT operation.
119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
155 int32 tmp1 = xr[src_line];
156 int32 tmp2 = xr[src_line+(sfb_lines)];
157 int32 tmp3 = xr[src_line+(sfb_lines<<1)];
165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
176 int32 tmp1 = xr[src_line]
    [all...]
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],
pvmp3_reorder.h 88 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
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],
pvmp3_stereo_proc.cpp 40 int32 xr[], input channel
58 int32 xr[], input channel
77 int32 xr[], input channel
181 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
187 int32 *pt_xr = &xr[Start];
218 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
227 int32 *pt_xr = &xr[Start];
252 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
344 pvmp3_st_mid_side(xr, xl, 0, sfbStart);
359 pvmp3_st_intensity(xr, xl, scalefac->l[sfbTemp], sfbStart, sfbNo)
    [all...]
pvmp3_mpeg2_stereo_proc.cpp 48 int32 xr[], input channel
70 int32 xr[], input channel
159 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
174 int32 *pt_xr = &xr[Start];
218 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
317 pvmp3_st_mid_side(xr, xl, 0, sfbNo);
330 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->l[sfb], sfbStart, sfbNo);
334 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo);
360 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->s[j][sfb], sfbStart, sfbNo);
364 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo)
    [all...]
  /external/openssl/crypto/objects/
objxref.pl 31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
32 check_oid($xr);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
78 my $xr = $_;
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
  /external/svox/pico/lib/
picofftsg.c 489 PICOFFTSG_FFTTYPE xr; local
492 xr = a[n - 1];
497 a[1] = a[0] - xr;
498 a[0] += xr;
520 xr = a[0] - a[1];
526 a[n - 1] = xr;
533 PICOFFTSG_FFTTYPE xr, xi, yr, yi, an; local
539 xr = a[j] + a[k];
541 a[k] = xr;
557 xr = *amk
671 PICOFFTSG_FFTTYPE xr, xi, yr, yi; local
1030 PICOFFTSG_FFTTYPE xr, xi, yr, yi; local
3067 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
3145 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
3201 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
3258 PICOFFTSG_FFTTYPE wki, wdr, wdi, xr; local
    [all...]
  /external/skia/src/core/
SkScan.cpp 56 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip,
60 XRect_round(xr, &r);
SkScan_Antihair.cpp 533 static void antifillrect(const SkXRect& xr, SkBlitter* blitter)
535 FDot8 L = SkFixedToFDot8(xr.fLeft);
536 FDot8 T = SkFixedToFDot8(xr.fTop);
537 FDot8 R = SkFixedToFDot8(xr.fRight);
538 FDot8 B = SkFixedToFDot8(xr.fBottom);
581 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip,
585 XRect_roundOut(xr, &outerBounds);
591 antifillrect(xr, blitter);
596 if (tmpR.intersect(xr)) {
609 if (tmpR.intersect(xr)) {
    [all...]
  /external/skia/tests/
MathTest.cpp 368 SkFract xr = SkFractSqrt(x); local
370 REPORTER_ASSERT(reporter, xr == check ||
371 xr == check-1 ||
372 xr == check+1);
374 xr = SkFixedSqrt(x);
377 REPORTER_ASSERT(reporter, xr == check || xr == check-1);
379 xr = SkSqrt32(x);
382 REPORTER_ASSERT(reporter, xr == check || xr == check-1)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 405 int xr,
416 xr ^= F(xl) ^ P[i];
417 xl ^= F(xr) ^ P[i + 1];
420 xr ^= P[ROUNDS + 1];
422 table[s] = xr;
425 xr = xl; // end of cycle swap
517 int xr = BytesTo32bits(src, srcIndex+4); local
523 xr ^= F(xl) ^ P[i];
524 xl ^= F(xr) ^ P[i + 1];
527 xr ^= P[ROUNDS + 1]
545 int xr = BytesTo32bits(src, srcIndex + 4); local
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 85 xr $t0,$c
89 xr $t0,$d
105 xr $t0,$c
107 xr $t0,$d
  /external/openssl/crypto/dsa/
dsa_ossl.c 135 BIGNUM xr; local
141 BN_init(&xr);
184 /* Compute s = inv(k) (m + xr) mod q */
185 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
186 if (!BN_add(s, &xr, &m)) goto err; /* s = m + xr */
205 BN_clear_free(&xr);
280 /* Compute part of 's = inv(k) (m + xr) mod q' */
  /external/speex/libspeex/
lsp.c 228 spx_word16_t temp_xr,xl,xr,xm=0; local
316 xr = 0; /* initialise xr to zero */
327 while(flag && (xr >= -FREQ_SCALE)){
339 xr = SUB16(xl, dd); /* interval spacing */
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */
342 temp_xr = xr;
344 /* if no sign change increment xr and re-evaluate poly(xr). Repeat til
350 between xm and xr else set interval between xl and xr and repeat til
    [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 284 xr $s1,$t1
297 xr $s2,$t2
311 xr $s3,$t3
401 xr $s0,$t0
402 xr $s1,$t2
610 xr $s1,$t1
627 xr $s2,$t2
637 xr $s3,$t3
723 xr $s0,$t0
724 xr $s1,$t
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 33 public SAX1ParserAdapter(XMLReader xr)
35 xmlReader = xr;
  /system/core/libpixelflinger/
trap.cpp 241 c->iterators.xr = r;
313 c->iterators.xr = r;
437 c->iterators.xr = r;
452 size_t ct = c->iterators.xr - x;
569 register int32_t xl, xr; local
577 xr = xl;
578 for ( ; xr<maxx ; xr++) {
586 if (xl < xr) {
588 c->iterators.xr = xr
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); local
    [all...]
scanline.cpp 496 const int x1 = c->iterators.xr;
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 116 xr $acc,$TY
  /system/core/include/private/pixelflinger/
ggl_context.h 421 int32_t xr; member in struct:android::iterators_t
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 360 CONTEXT_LOAD(parts.count.reg, iterators.xr);
363 // parts.count = iterators.xr - Rx
    [all...]

Completed in 471 milliseconds