HomeSort by relevance Sort by last modified time
    Searched refs:sw (Results 251 - 275 of 575) sorted by null

<<11121314151617181920>>

  /external/speex/libspeex/
ltp.c 173 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack)
215 if (ABS16(sw[i])>16383)
226 sw[i]=SHR16(sw[i],1);
230 energy[0]=inner_prod(sw-start, sw-start, len);
231 e0=inner_prod(sw, sw, len);
235 energy[i-start+1] = SUB32(ADD32(energy[i-start],SHR32(MULT16_16(sw[-i-1],sw[-i-1]),6)), SHR32(MULT16_16(sw[-i+len-1],sw[-i+len-1]),6))
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 280 StringWriter sw = new StringWriter(len2 * 2); local
281 IndentingWriter iw = new IndentingWriter(sw, w2, separator);
289 return sw.toString();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
CharArrayWriterTest.java 173 StringWriter sw = new StringWriter(); local
174 cw.writeTo(sw);
175 assertEquals("Writer failed to write correct chars", "HelloWorld", sw
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_draw.c 51 assert(svga->state.sw.need_swtnl);
55 svga->state.sw.in_swtnl_draw = TRUE;
129 svga->state.sw.in_swtnl_draw = FALSE;
svga_state_vdecl.c 107 decl.identity.type = svga->state.sw.ve_format[i];
140 if (svga->state.sw.need_swtnl)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.h 74 VGint sx, VGint sy, VGint sw, VGint sh);
83 VGint sx, VGint sy, VGint sw, VGint sh);
116 VGint sx, VGint sy, VGint sw, VGint sh);
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_draw.c 51 assert(svga->state.sw.need_swtnl);
55 svga->state.sw.in_swtnl_draw = TRUE;
129 svga->state.sw.in_swtnl_draw = FALSE;
svga_state_vdecl.c 107 decl.identity.type = svga->state.sw.ve_format[i];
140 if (svga->state.sw.need_swtnl)
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.h 74 VGint sx, VGint sy, VGint sw, VGint sh);
83 VGint sx, VGint sy, VGint sw, VGint sh);
116 VGint sx, VGint sy, VGint sw, VGint sh);
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 65 sw a1, -8(a0)
67 sw a1, -4(a0)
73 sw a1, 0(a0) # Yes...
  /dalvik/vm/mterp/mips/
OP_IPUT_OBJECT_QUICK.S 13 sw a0, 0(t0) # obj.field (always 32 bits) <- a0
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 167 void drawImage(ImageBitmap*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
170 void drawImage(HTMLImageElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
175 void drawImage(HTMLCanvasElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
179 void drawImage(HTMLVideoElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
182 void drawImageFromRect(HTMLImageElement*, float sx = 0, float sy = 0, float sw = 0, float sh = 0,
196 PassRefPtr<ImageData> getImageData(float sx, float sy, float sw, float sh, ExceptionState&) const;
197 PassRefPtr<ImageData> webkitGetImageDataHD(float sx, float sy, float sw, float sh, ExceptionState&) const;
325 PassRefPtr<ImageData> getImageData(ImageBuffer::CoordinateSystem, float sx, float sy, float sw, float sh, ExceptionState&) const;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAltCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseAAltCommand(this);
AAutoescapeCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseAAutoescapeCommand(this);
AEachCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseAEachCommand(this);
AEscapeCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseAEscapeCommand(this);
AIfCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseAIfCommand(this);
ALoopToCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseALoopToCommand(this);
ASetCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseASetCommand(this);
AWithCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseAWithCommand(this);
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 134 public void setGeometry(float st, float sw, int inside, int outside) {
136 sweep = sw;
  /bionic/libc/arch-mips/include/machine/
asm.h 147 #define REG_S sw
168 #define PTR_S sw
199 sw ra, 28(sp); \
200 sw gp, 24(sp); \
  /bionic/libc/kernel/arch-mips/asm/
asm.h 91 #define REG_S sw
115 #define INT_S sw
155 #define LONG_S sw
205 #define PTR_S sw
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 91 #define REG_S sw
115 #define INT_S sw
155 #define LONG_S sw
205 #define PTR_S sw
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 147 #define REG_S sw
168 #define PTR_S sw
199 sw ra, 28(sp); \
200 sw gp, 24(sp); \

Completed in 375 milliseconds

<<11121314151617181920>>