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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 51 #define DEMATRIX(Rx,Gx,Bx,Yx37,Ux,Vx) \
52 Rx = CLIP(((Yx37 + (Vx * 51) + 16) >> 5) - 223); \
56 #define DEMATRIX(Rx,Gx,Bx,Yx2568,Ux,Vx) \
57 Rx = CLIP(((Yx2568 + (Vx * 0x3343) + (M4VIFI_Int32)0xffe40800) >> 13)); \
65 * r, g, b, Rx, Gx, Bx are 8 bit color value
71 #define PACK_BGR24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Bx; rgb_ptr[1] =\
72 (M4VIFI_UInt8)Gx; rgb_ptr[2] = (M4VIFI_UInt8)Rx;}
73 #define PACK_RGB24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Rx; rgb_ptr[1] =\
77 #define PACK_RGB565(a, Rx, Gx, Bx) (((Rx >> 3) << (11 + (a)))
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGEllipseElement.h 59 DECLARE_ANIMATED_LENGTH(Rx, rx)
SVGRectElement.h 61 DECLARE_ANIMATED_LENGTH(Rx, rx)
SVGEllipseElement.cpp 38 DEFINE_ANIMATED_LENGTH(SVGEllipseElement, SVGNames::rxAttr, Rx, rx)
65 document()->accessSVGExtensions()->reportError("A negative value for ellipse <rx> is not allowed");
160 float radiusX = rx().value(this);
175 || rx().isRelative()
SVGRectElement.cpp 39 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::rxAttr, Rx, rx)
68 document()->accessSVGExtensions()->reportError("A negative value for rect <rx> is not allowed");
197 float rxValue = rx().value(this);
216 || rx().isRelative()
  /hardware/invensense/libsensors/
MPLSensor.h 87 void calcOrientationSensor(float *Rx, float *Val);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 357 int Rx = scratches.obtain();
359 CONTEXT_LOAD(Rx, iterators.xl);
363 // parts.count = iterators.xr - Rx
364 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx);
375 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
393 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
408 MLA(AL, 0, f, Rx, dfdx, ydfdy);
421 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
429 SMLABB(AL, Rs, Ry, Rs, Rx);
    [all...]
texturing.cpp 332 int Rx = x.reg;
353 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16)
358 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
360 base_offset(txPtr, txPtr, Rx);
382 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy);
383 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy);
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 240 unsigned Rx = 256 + (SReg >> 1);
246 EmitULEB128(Rx);
    [all...]

Completed in 288 milliseconds