HomeSort by relevance Sort by last modified time
    Searched full:vin (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/rs/
rsAnimation.cpp 62 float *vin = (float *)malloc(valueCount * sizeof(float));
64 a->mValuesInput = vin;
77 memcpy(vin, inValues, valueCount * sizeof(float));
84 if (a->mInputMin > vin[ct]) {
86 a->mInputMin = vin[ct];
88 if (a->mInputMax < vin[ct]) {
89 a->mInputMax = vin[ct];
98 if (vin[ct-1] > vin[ct]) {
99 float t = vin[ct-1]
    [all...]
  /external/clang/test/CodeGen/
asm-inout.c 23 void test3(int *vout, int vin)
26 asm ("opr %[vout],%[vin]"
28 : [vin] "r,m,r" (vin)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 108 const float *vIn = (const float *) input;
114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]);
116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0];
117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1];
118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2];
119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3];
120 vIn += input_stride / 4
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 108 const float *vIn = (const float *) input;
114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]);
116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0];
117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1];
118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2];
119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3];
120 vIn += input_stride / 4
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 712 VideoEncFrameIO vin, vout; local
713 memset(&vin, 0, sizeof(vin));
715 vin.height = ((mVideoHeight + 15) >> 4) << 4;
716 vin.pitch = ((mVideoWidth + 15) >> 4) << 4;
717 vin.timestamp = (inHeader->nTimeStamp + 500) / 1000; // in ms
718 vin.yChan = inputData;
719 vin.uChan = vin.yChan + vin.height * vin.pitch
    [all...]
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_georgian3.xml 57 <!-- U+10D5: "?" GEORGIAN LETTER VIN
  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 109 typename GraphT::NodeType *VIn, unsigned LastLinked) {
111 DT.Info[VIn];
113 return VIn;
119 Work.push_back(VIn);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 230 OMX_U32 ulInYstart; /* Vin active start */
231 OMX_U32 ulInYsize; /* Vin active height */
  /packages/apps/Gallery2/res/values-cs/
filtershow_strings.xml 78 <string name="vignette" msgid="934721068851885390">"Vin?ta"</string>
79 <string name="vignette_main" msgid="6046495605390665423">"Vin?tace"</string>
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 812 for (std::vector<MachineInstr*>::iterator VIN = CurrentPacketMIs.begin(),
813 VEN = CurrentPacketMIs.end(); (VIN != VEN); ++VIN) {
816 if(!QII->isPredicated(*VIN)) continue;
819 SUnit* PacketSU = MIToSUnit[*VIN];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.c 215 void _tnl_get_attr( struct gl_context *ctx, const void *vin,
225 a[j].extract( &a[j], dest, (GLubyte *)vin + a[j].vertoffset );
t_vertex_generic.c 1019 const GLubyte *vin = vtx->vertex_buf + ein * vtx->vertex_size; local
1049 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 215 void _tnl_get_attr( struct gl_context *ctx, const void *vin,
225 a[j].extract( &a[j], dest, (GLubyte *)vin + a[j].vertoffset );
t_vertex_generic.c 1019 const GLubyte *vin = vtx->vertex_buf + ein * vtx->vertex_size; local
1049 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
  /external/bison/
THANKS 124 Vin Shelton acs@alumni.princeton.edu
  /frameworks/base/core/res/res/values-en-rUS/
donottranslate-names.xml 198 <item>Vincent, Vin, Vinnie</item>
  /ndk/sources/host-tools/sed-4.2.1/m4/
regex.m4 137 /* Catch a bug reported by Vin Shelton in
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
providex.php 103 'txh', 'txw', 'ucp', 'ucs', 'upk', 'vin', 'vis', 'xeq',
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /external/speex/libspeex/
mdf.c 205 spx_word16_t vin = in[i*stride]; local
206 spx_word32_t vout = mem[0] + SHL32(EXTEND32(vin),15);
208 mem[0] = mem[1] + SHL32(SHL32(-EXTEND32(vin),15) + MULT16_32_Q15(radius,vout),1);
210 mem[0] = mem[1] + 2*(-vin + radius*vout);
212 mem[1] = SHL32(EXTEND32(vin),15) - MULT16_32_Q15(den2,vout);
    [all...]
sb_celp.c 75 int sb_encode(void *state, void *vin, SpeexBits *bits)
304 int sb_encode(void *state, void *vin, SpeexBits *bits)
320 spx_word16_t *in = (spx_word16_t*)vin;
    [all...]
nb_celp.c 252 int nb_encode(void *state, void *vin, SpeexBits *bits)
279 spx_word16_t *in = (spx_word16_t*)vin;
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp     [all...]
  /external/pixman/pixman/
pixman-mmx.c 540 expand_4xpacked565 (__m64 vin, __m64 *vout0, __m64 *vout1, int full_alpha)
543 __m64 r = _mm_and_si64 (vin, MC (expand_565_r));
544 __m64 g = _mm_and_si64 (vin, MC (expand_565_g));
545 __m64 b = _mm_and_si64 (vin, MC (expand_565_b));
581 expand_4x565 (__m64 vin, __m64 *vout0, __m64 *vout1, __m64 *vout2, __m64 *vout3, int full_alpha)
584 expand_4xpacked565 (vin, &v0, &v1, full_alpha);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 597 static void expand8Ux16( IRExpr* vIn,
602 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
609 assign( *vOdd, binop(Iop_MullEven8Ux16, mkexpr(ones8x16), vIn) );
611 binop(Iop_ShrV128, vIn, mkU8(8))) );
615 static void expand8Sx16( IRExpr* vIn,
620 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128);
627 assign( *vOdd, binop(Iop_MullEven8Sx16, mkexpr(ones8x16), vIn) );
629 binop(Iop_ShrV128, vIn, mkU8(8))) );
633 static void expand16Ux8( IRExpr* vIn,
638 vassert(typeOfIRExpr(irsb->tyenv, vIn) == Ity_V128)
    [all...]

Completed in 1346 milliseconds

1 2 3