HomeSort by relevance Sort by last modified time
    Searched full:xsub (Results 1 - 11 of 11) sorted by null

  /external/libdrm/tests/modetest/
buffers.c 89 unsigned int xsub; member in struct:yuv_info
104 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \
105 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
242 unsigned int xsub = yuv->xsub; local
273 for (x = 0; x < width; x += xsub) {
274 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
275 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v;
277 u_mem += stride * cs / xsub;
278 v_mem += stride * cs / xsub;
750 unsigned int xsub = yuv->xsub; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
Context.xs 24 #include "XSUB.h"
Context.c 33 #include "XSUB.h"
  /external/libvncserver/VisualNaCro/
Makefile.am 26 # files "perl.h", "EXTERN.h" and "XSUB.h". With Perl5.003, it's
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlhead.swg 9 #include "XSUB.h"
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 129 // numbers, xSub and ySub.
130 fsBuilder->codeAppend("\t\tfloat xSub, ySub;\n");
137 fsBuilder->codeAppendf("\t\tfloat alpha = (1.0 + max(xSub, -1.0)) * (1.0 + max(ySub, -1.0));\n");
GrDashingEffect.cpp     [all...]
  /external/mksh/src/
eval.c 54 #define XSUB 1 /* expanding ${} string */
359 type = XSUB;
724 type = XSUB;
727 type = XSUB;
764 type = XSUB;
783 type = XSUB;
830 case XSUB:
969 } else if (type == XSUB && ctype(c, C_IFS) &&
978 if (type == XSUB) {
1093 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB *
    [all...]
  /external/skia/gyp/
nanomsg.gyp 59 '../third_party/externals/nanomsg/src/protocols/pubsub/xsub.c',
  /external/linux-tools-perf/src/tools/perf/util/scripting-engines/
trace-event-perl.c 309 /* common fields other than pid can be accessed via xsub fns */
  /external/webp/src/dsp/
lossless.c 1449 const int xsub = x & mask; local
    [all...]

Completed in 1230 milliseconds