HomeSort by relevance Sort by last modified time
    Searched defs:QS (Results 1 - 9 of 9) sorted by null

  /external/libopus/silk/fixed/
warped_autocorrelation_FIX.c 35 #define QS 14
60 silk_assert( 2 * QS - QC >= 0 );
64 tmp1_QS = silk_LSHIFT32( (opus_int32)input[ n ], QS );
70 corr_QC[ i ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
74 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC );
77 corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
  /external/libopus/silk/fixed/mips/
warped_autocorrelation_FIX_mipsr1.h 40 #undef QS
41 #define QS 14
61 val = 2 * QS - QC;
65 silk_assert( 2 * QS - QC >= 0 );
70 tmp1_QS = silk_LSHIFT32( (opus_int32)input[ n ], QS );
72 tmp3_QS = silk_LSHIFT32( (opus_int32)input[ n+1], QS );
74 tmp5_QS = silk_LSHIFT32( (opus_int32)input[ n+2], QS );
76 tmp7_QS = silk_LSHIFT32( (opus_int32)input[ n+3], QS );
119 tmp1_QS = silk_LSHIFT32( (opus_int32)input[ n ], QS );
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
QS.java 15 package com.android.systemui.plugins.qs;
24 import com.android.systemui.plugins.qs.QS.HeightListener;
27 * Fragment that contains QS in the notification shade. Most of the interface is for
30 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
32 public interface QS extends FragmentBase {
38 String TAG = "QS";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 79 QS,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 79 QS,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 79 QS,
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 79 QS,
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 79 QS,
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 79 QS,

Completed in 724 milliseconds