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

  /external/webrtc/webrtc/common_audio/signal_processing/
complex_fft.c 164 int32_t tmp32, round2; local
183 round2 = 8192;
190 round2 <<= 1;
196 round2 <<= 1;
283 (qr32 - tr32 + round2) >> (shift + CIFFTSFT));
285 (qi32 - ti32 + round2) >> (shift + CIFFTSFT));
287 (qr32 + tr32 + round2) >> (shift + CIFFTSFT));
289 (qi32 + ti32 + round2) >> (shift + CIFFTSFT));
complex_fft_mips.c 157 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0; local
175 "addiu %[round2], $zero, 8192 \n\t"
227 "sllv %[round2], %[round2], %[tmp1] \n\t"
266 "addu %[tmp6], %[tmp6], %[round2] \n\t"
267 "addu %[tmp5], %[tmp5], %[round2] \n\t"
289 "addu %[tmp6], %[tmp6], %[round2] \n\t"
290 "addu %[tmp5], %[tmp5], %[round2] \n\t"
317 [k] "=&r" (k), [round2] "=&r" (round2), [ptr_j] "=&r" (ptr_j)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 685 Int round2 = (3 * QP + 2) >> 2; local
686 Int QPx2plus = (QP << 1) - round2;
779 if (coeff > 0) coeff += round2;
780 else if (coeff < 0) coeff -= round2;
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 215 milliseconds