HomeSort by relevance Sort by last modified time
    Searched refs:See (Results 76 - 100 of 2422) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/common/jython/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilt/common/kxml2/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilt/common/netbeans-visual/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilt/common/swing-worker/
Android.mk 12 # See the License for the specific language governing permissions and
  /prebuilt/common/tradefed/
Android.mk 12 # See the License for the specific language governing permissions and
  /sdk/draw9patch/
Android.mk 12 # See the License for the specific language governing permissions and
  /sdk/draw9patch/etc/
Android.mk 12 # See the License for the specific language governing permissions and
  /sdk/draw9patch/src/
Android.mk 12 # See the License for the specific language governing permissions and
  /sdk/hierarchyviewer/
Android.mk 12 # See the License for the specific language governing permissions and
  /sdk/hierarchyviewer/etc/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/core/libmincrypt/tools/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/latencytop/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/libpagemap/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/librank/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/procmem/
Android.mk 12 # See the License for the specific language governing permissions and
  /system/extras/timeinfo/
Android.mk 12 # See the License for the specific language governing permissions and
  /external/speex/libspeex/
mdf.c 4 Echo canceller based on the MDF algorithm (see below)
696 spx_word32_t Syy,See,Sxx,Sdd, Sff;
878 See = 0;
890 See += mdf_inner_prod(st->e+chan*N, st->e+chan*N, st->frame_size);
895 Sff = See;
902 st->Davg1 = ADD32(MULT16_32_Q15(QCONST16(.6f,15),st->Davg1), MULT16_32_Q15(QCONST16(.4f,15),SUB32(Sff,See)));
903 st->Davg2 = ADD32(MULT16_32_Q15(QCONST16(.85f,15),st->Davg2), MULT16_32_Q15(QCONST16(.15f,15),SUB32(Sff,See)));
908 st->Davg1 = .6*st->Davg1 + .4*(Sff-See);
909 st->Davg2 = .85*st->Davg2 + .15*(Sff-See);
917 if (FLOAT_GT(FLOAT_MUL32U(SUB32(Sff,See),ABS32(SUB32(Sff,See))), FLOAT_MUL32U(Sff,Dbf))
    [all...]
  /bootable/recovery/tools/ota/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/core/
build_id.mk 14 # See the License for the specific language governing permissions and
  /build/tools/droiddoc/test/generics/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/tools/droiddoc/test/stubs/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/
CtsTestCaseList.mk 12 # See the License for the specific language governing permissions and
  /cts/apps/CtsVerifier/jni/audioquality/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/ApiDemosReferenceTest/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/tests/ProcessTest/
Android.mk 12 # See the License for the specific language governing permissions and

Completed in 413 milliseconds

1 2 34 5 6 7 8 91011>>