/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | LVC_MixSoft_2St_D16C31_SAT.cpp | 28 void LVC_MixSoft_2St_D16C31_SAT(LVMixer3_2St_FLOAT_st* ptrInstance, const LVM_FLOAT* src1, in LVC_MixSoft_2St_D16C31_SAT() 79 void LVC_MixSoft_2Mc_D16C31_SAT(LVMixer3_2St_FLOAT_st* ptrInstance, const LVM_FLOAT* src1, in LVC_MixSoft_2Mc_D16C31_SAT()
|
H A D | MixSoft_2St_D32C31_SAT.cpp | 28 void MixSoft_2St_D32C31_SAT(Mix_2St_Cll_FLOAT_t* pInstance, const LVM_FLOAT* src1, in MixSoft_2St_D32C31_SAT()
|
H A D | Core_MixHard_2St_D32C31_SAT.cpp | 28 void Core_MixHard_2St_D32C31_SAT(Mix_2St_Cll_FLOAT_t* pInstance, const LVM_FLOAT* src1, in Core_MixHard_2St_D32C31_SAT()
|
H A D | LVC_Core_MixHard_2St_D16C31_SAT.cpp | 28 LVMixer3_FLOAT_st* ptrInstance2, const LVM_FLOAT* src1, in LVC_Core_MixHard_2St_D16C31_SAT()
|
/aosp12/system/core/libutils/ |
H A D | String8_test.cpp | 43 String8 src1("Hello, "); in TEST_F() local 61 String8 src1("My voice"); in TEST_F() local
|
/aosp12/art/runtime/arch/arm64/ |
H A D | memcmp16_arm64.S | 28 #define src1 x0 macro
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | sad_inline.h | 42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask) in sad_4pixel()
|
H A D | motion_comp.cpp | 1720 Int *src1, *src2; in Copy_MB_from_Vop() local 1798 Int *src1, *src2; in Copy_MB_into_Vop() local
|
/aosp12/hardware/google/graphics/common/libscaler/ |
H A D | libscaler-swscaler.h | 51 CScalerSW_NV12(char *src0, char *src1, char *dst0, char *dst1) { in CScalerSW_NV12()
|
/aosp12/art/compiler/utils/x86/ |
H A D | assembler_x86.cc | 728 void X86Assembler::vsubps(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vsubps() 748 void X86Assembler::vmulps(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vmulps() 771 void X86Assembler::vdivps(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vdivps() 1124 void X86Assembler::vsubpd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vsubpd() 1146 void X86Assembler::vmulpd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vmulpd() 1169 void X86Assembler::vdivpd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vdivpd() 1876 void X86Assembler::vpxor(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpxor() 1981 void X86Assembler::vpand(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpand() 2145 void X86Assembler::andn(Register dst, Register src1, Register src2) { in andn() 2173 void X86Assembler::vpor(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpor() [all …]
|
/aosp12/bionic/libc/arch-arm/cortex-a15/bionic/ |
H A D | strcmp.S | 54 #define src1 r0 macro
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenInternalAudioRecorder.java | 223 private void addAndConvertBuffers(short[] src1, short[] src2, byte[] dst, int sizeShorts) { in addAndConvertBuffers()
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.cc | 887 void X86_64Assembler::vsubps(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vsubps() 921 void X86_64Assembler::vmulps(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vmulps() 958 void X86_64Assembler::vdivps(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vdivps() 1443 void X86_64Assembler::vsubpd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vsubpd() 1481 void X86_64Assembler::vmulpd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vmulpd() 1520 void X86_64Assembler::vdivpd(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vdivpd() 2645 void X86_64Assembler::vpxor(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpxor() 2770 void X86_64Assembler::vpand(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpand() 2859 void X86_64Assembler::andn(CpuRegister dst, CpuRegister src1, CpuRegister src2) { in andn() 3021 void X86_64Assembler::vpor(XmmRegister dst, XmmRegister src1, XmmRegister src2) { in vpor() [all …]
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | Matrix.java | 145 final float src1 = m[mOffset + 4]; in invertM() local
|
/aosp12/bionic/tests/ |
H A D | string_test.cpp | 1623 const char* src1 = "aab"; in TEST() local 1646 const char* src1 = "aab"; in TEST() local
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | bcmutils.h | 762 xor_128bit_block(const uint8 *src1, const uint8 *src2, uint8 *dst) in xor_128bit_block()
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_integration_test.cpp | 6313 std::string src1 = makeIpString(1); // The address from which the resolver will send. in addDns() local
|