Searched refs:code2 (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/ |
H A D | phase_dispersion.cpp | 162 int16 *code2 = ScratchMem; in phase_dispersion() local 168 pv_memset((void *)code2, 0, (2*L_SUBFR)*sizeof(*code2)); in phase_dispersion() 234 code2[i + j] = add_int16(code2[i + j], mult_int16_r(code[i], ph_imp_low[j])); in phase_dispersion() 247 code2[i + j] = add_int16(code2[i + j], mult_int16_r(code[i], ph_imp_mid[j])); in phase_dispersion() 256 code[i] = add_int16(code2[i], code2[i + L_SUBFR]); in phase_dispersion()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
H A D | TimedStatement.java | 93 HashCode code2 = hashFunction.hashBytes(buffer); in calibrateMethod() local 98 hashStream.write(code2.asBytes()); in calibrateMethod()
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | voAMRWBEnc.c | 209 Word16 code2[L_SUBFR]; /* Fixed codebook excitation */ in coder() local 1285 code2[0] = vo_round(L_tmp); in coder() 1292 code2[i] = vo_round(L_tmp); in coder() 1297 code2[L_SUBFR - 1] = vo_round(L_tmp); in coder() 1304 L_tmp = L_mult(code2[i], gain_code); in coder()
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 979 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F() local 983 AddCompiledMethod(MethodRef(5u), code2, ArrayRef<const LinkerPatch>(patches2)); in TEST_F() 1080 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F() local 1084 AddCompiledMethod(MethodRef(5u), code2, ArrayRef<const LinkerPatch>(patches2)); in TEST_F()
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 1182 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F() local 1186 AddCompiledMethod(MethodRef(5u), code2, ArrayRef<const LinkerPatch>(patches2)); in TEST_F() 1272 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F() local 1276 AddCompiledMethod(MethodRef(5u), code2, ArrayRef<const LinkerPatch>(patches2)); in TEST_F()
|
/aosp12/system/tools/aidl/ |
H A D | generate_java_binder.cpp | 172 auto code2 = std::make_shared<Variable>("int", "transactionCode"); in StubClass() local 173 getTransactionName->parameters.push_back(code2); in StubClass() 177 std::vector<std::shared_ptr<Expression>>{code2}))); in StubClass()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 2413 inline bool areIdentical(const char code1[2], const char code2[2]) { in areIdentical() 2414 return code1[0] == code2[0] && code1[1] == code2[1]; in areIdentical()
|