HomeSort by relevance Sort by last modified time
    Searched defs:lx (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 145 float lx = getRedf(RLUM, GLUM, BLUM); local
148 float zsx = lx / lz;
  /external/fdlibm/
e_pow.c 111 unsigned lx,ly; local
114 hx = __HI(x); lx = __LO(x);
122 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
149 if(((ix-0x3ff00000)|lx)==0)
168 if(lx==0) {
e_lgamma_r.c 214 int i,hx,lx,ix; local
217 lx = __LO(x);
223 if((ix|lx)==0) return one/zero;
241 if((((ix-0x3ff00000)|lx)==0)||(((ix-0x40000000)|lx)==0)) r = 0;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 313 void idct_row0Inter(Short *srce, UChar *rec, Int lx)
319 OSCL_UNUSED_ARG(lx);
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx)
332 rec -= lx;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
371 void idct_row2Inter(Short *blk, UChar *rec, Int lx)
379 rec -= lx;
399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
430 void idct_row3Inter(Short *blk, UChar *rec, Int lx)
438 rec -= lx;
1867 Int lx = lx_intra >> 1; local
    [all...]
motion_comp.cpp 45 Short mb[6][64], Int lx, Int lx_uv);
50 Int lx, /* i */
57 Int lx, /* i */
64 Int lx, /* i */
71 Int lx, /* i */
205 Int lx, /* i */
209 c_prev += (xpred >> 1) + ((ypred >> 1) * lx);
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
218 c_prev += (lx << 3) - B_SIZE
1523 Int lx; local
    [all...]
motion_est.cpp 537 Int lx = video->currVop->width; // padding local
538 Int lx2 = lx << 1;
539 Int lx3 = lx2 + lx;
586 offset[4] = lx + 1;
588 offset[6] = lx + 3;
590 offset[8] = lx;
593 offset[11] = lx + 2 ;
787 Int lx = video->currVop->pitch; /* padding */ local
840 ncand = ref + imin + jmin * lx;
849 ncand = ref + imin + jmin * lx;
1191 Int lx = video->currVop->pitch; \/* with padding *\/ local
1272 Int lx = video->currVop->pitch; \/* with padding *\/ local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 209 int i,lx,ix; local
211 EXTRACT_WORDS(hx,lx,x);
217 if((ix|lx)==0) return one/zero;
235 if((((ix-0x3ff00000)|lx)==0)||(((ix-0x40000000)|lx)==0)) r = 0;
  /external/chromium_org/ppapi/examples/ime/
ime.cc 192 int lx = font_.MeasureSimpleText(str.substr(0, l)); local
195 offset + lx + 2, area_.y() + font_size_ + 1,
196 rx - lx - 4, 2,
  /external/chromium_org/third_party/zlib/
trees.c 1083 unsigned lx = 0; \/* running index in l_buf *\/ local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 1067 unsigned lx = 0; \/* running index in l_buf *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 1067 unsigned lx = 0; \/* running index in l_buf *\/ local
    [all...]
  /external/zlib/src/
trees.c 1067 unsigned lx = 0; \/* running index in l_buf *\/ local
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 319 int lx, int ly, int nx, int ny,
327 return getSample_RGBA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
329 return getSample_A(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
331 return getSample_LA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
334 return getSample_565(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
336 return getSample_RGB(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
338 return getSample_L(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
506 int lx = wrapI(wrapS, iPixelU, sourceW); local
509 return getBilinearSample2D(alloc, w0, w1, w2, w3, lx, ly, nx, ny, dk, dt, lod);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 217 unsigned lx = x; local
235 setup->quad[q].input.x0 = lx;
247 lx += 2;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local
605 lx = x_b;
635 lx, ly,
649 lx = x_b;
  /external/libvorbis/lib/
floor1.c 251 int lx=0; local
256 if(x>lx && x<currentx){
258 lx=x;
654 int lx=info->postlist[ln]; local
663 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
940 int lx=0; local
952 render_line0(n,lx,hx,ly,hy,ilogmask);
954 lx=hx;
1067 int lx=0; local
1077 render_line(n,lx,hx,ly,hy,out)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 217 unsigned lx = x; local
235 setup->quad[q].input.x0 = lx;
247 lx += 2;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local
605 lx = x_b;
635 lx, ly,
649 lx = x_b;
  /external/qemu/android/skin/
trackball.c 341 double lx = LIGHT_X - rx; local
344 double lir = 1/sqrt(lx*lx + ly*ly + lz*lz);
345 double cosphi = lir*(lx*rx + ly*ry + lz*rz);
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1494 LONG lx, ly; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 605 int lx = video->currPic->width; // padding local
606 int lx2 = lx << 1;
607 int lx3 = lx2 + lx;
654 offset[4] = lx + 1;
656 offset[6] = lx + 3;
658 offset[8] = lx;
661 offset[11] = lx + 2 ;
973 int lx = currPic->pitch; /* padding */ local
1273 int lx = currPic->pitch; \/* with padding *\/ local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 323 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); local
328 canvas.drawLine(lx, ly, x, y, mPaint);
329 lx = x;
342 lx = ps.mAltEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
347 canvas.drawLine(lx, ly, x, y, mPaint);
348 lx = x;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 655 int lx, hx; local
658 lx = hlp.lh.low;
660 if ((hx | lx) == 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 

Completed in 558 milliseconds

1 2 34 5