HomeSort by relevance Sort by last modified time
    Searched defs:side (Results 76 - 87 of 87) sorted by null

1 2 34

  /external/flac/libFLAC/
stream_decoder.c 166 /* for use when the signal is <= 16 bits-per-sample, or <= 15 bits-per-sample on a side channel (which requires 1 extra bit): */
168 /* for use when the signal is <= 16 bits-per-sample, or <= 15 bits-per-sample on a side channel (which requires 1 extra bit), AND order <= 8: */
2005 FLAC__int32 mid, side; local
    [all...]
stream_encoder.c 335 FLAC__int32 *integer_signal_mid_side[2]; /* the integer version of the mid-side input signal (stereo only) */
338 FLAC__real *real_signal_mid_side[2]; /* (@@@ currently unused) the floating-point version of the mid-side input signal (stereo only) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
361 unsigned loose_mid_side_stereo_frames; /* rounded number of frames the encoder will use before trying both independent and mid/side frames again */
671 encoder->protected_->do_mid_side_stereo = false; /* since we currenty do 32-bit math, the side channel would have 33 bps and overflow */
2034 FLAC__int32 x, mid, side; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 877 FT_Int side )
882 FT_StrokeBorder border = stroker->borders + side;
885 rotate = FT_SIDE_TO_ROTATE( side );
905 FT_Int side )
916 error = ft_stroker_arcto( stroker, side );
922 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
924 FT_StrokeBorder border = stroker->borders + side;
949 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
951 FT_StrokeBorder border = stroker->borders + side;
979 FT_Int side,
1287 FT_Int side; local
1437 FT_Int side; local
1637 FT_Int side; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 383 * @param side the side the camera stands from the plane
385 public void setClipPlane(Plane clipPlane, Plane.Side side) {
387 if (side == Plane.Side.Negative) {
390 //we are on the other side of the plane no need to clip anymore.
391 if (clipPlane.whichSide(location) == side) {
998 * on the negative side of the plane is can be culled out.
1030 Plane.Side side = bound.whichSide(worldPlane[planeId]); local
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/jdiff/
xerces.jar 

Completed in 561 milliseconds

1 2 34