HomeSort by relevance Sort by last modified time
    Searched refs:Rx (Results 1 - 16 of 16) 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/chromium_org/third_party/WebKit/Source/core/svg/
SVGEllipseElement.h 53 DECLARE_ANIMATED_LENGTH(Rx, rx)
SVGRectElement.h 56 DECLARE_ANIMATED_LENGTH(Rx, rx)
SVGEllipseElement.cpp 36 DEFINE_ANIMATED_LENGTH(SVGEllipseElement, SVGNames::rxAttr, Rx, rx)
43 REGISTER_LOCAL_ANIMATED_PROPERTY(rx)
SVGRectElement.cpp 38 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::rxAttr, Rx, rx)
47 REGISTER_LOCAL_ANIMATED_PROPERTY(rx)
  /hardware/invensense/60xx/libsensors/
MPLSensor.h 87 void calcOrientationSensor(float *Rx, float *Val);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 360 int Rx = scratches.obtain();
362 CONTEXT_LOAD(Rx, iterators.xl);
366 // parts.count = iterators.xr - Rx
367 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx);
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
411 MLA(AL, 0, f, Rx, dfdx, ydfdy);
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
432 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...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 181 void calcOrientationSensor(float *Rx, float *Val);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 272 void calcOrientationSensor(float *Rx, float *Val);
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 235 unsigned Rx = 256 + (SReg >> 1);
241 EmitULEB128(Rx);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 439 _??X??b??jB,U?Y??????8?? ????Rx'rv??????? ?Ye????3c??N7?_-?????P??e?Z?"t?o??^??qI?_???Q??o????l?I? .Yk^???Nl??E@o)?????iv???tVx?R ?? L???AE
    [all...]

Completed in 463 milliseconds