HomeSort by relevance Sort by last modified time
    Searched full:"1 decode" (Results 151 - 175 of 777) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/sdk/current/support/tv-provider/
android-support-tv-provider.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /external/libopus/include/
opus.h 444 ) OPUS_ARG_NONNULL(1);
445
446 /** Decode
an Opus packet.
    [all...]
  /external/llvm/lib/IR/
Function.cpp 751 unsigned TableVal = IIT_Table[id-1];
752
753 // Decode
the TableVal into an array of IITValues.
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedInputStream.java 840 return (n >>> 1) ^ -(n & 1);
841 }
842
843 /**
844 * Decode
a ZigZag-encoded 64-bit value. ZigZag encodes signed integers
    [all...]
  /external/webp/
README 712 // E.1) Decode full image.
  /external/zxing/core/
core.jar 
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 282 residualx = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1));
283 }
284
285
286 /* decode
component y */
    [all...]