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

  /external/libyuv/files/source/
conversion_tables.h 34 #define Vcr(i) static_cast<int> ( 409 * ( i - 128 ))// V contribution to R
134 Vcr(0),Vcr(1),Vcr(2),Vcr(3),Vcr(4),Vcr(5),Vcr(6),Vcr(7),Vcr(8),Vcr(9)
    [all...]
  /system/core/libpixelflinger/
raster.cpp 174 const GGLint Vcr = crop[1];
176 const GGLint t0 = Vcr - y;
191 const GGLint Vcr = crop[1] << 16;
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy
  /frameworks/native/opengl/libagl/
texture.cpp 720 const GLint Vcr = textureObject->crop_rect[1] << 16;
728 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy
803 const GLint Vcr = textureObject->crop_rect[1];
805 const GLint t0 = (Vcr + Hcr) - y;
    [all...]

Completed in 88 milliseconds