Home
last modified time | relevance | path

Searched refs:c_offset (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java43 private int c_offset; field in BNNMTest
210 c_offset = 128; in setTestSmall()
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall()
273 c_offset = 2121; in setTestMedium()
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium()
329 c_offset = 74980; in setTestLarge()
354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestLarge()
364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in runTest()
H A DGoogLeNet.java221 int c_offset = 1; in runTest() local
225 … mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); in runTest() local
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV() local
40 *dst_v = (uint8_t *)ycbcr.cr + c_offset; in initDstYUV()
41 *dst_u = (uint8_t *)ycbcr.cb + c_offset; in initDstYUV()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp44 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
52 uint8_t* c, int32_t c_offset, size_t ldc,
821 (uint8_t*)C, call->c_offset, ldc, in invokeForEach()
836 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM() argument
864 ((((total + c_offset) * c_mult_int) + (1 << (c_shift - 1))) in kernelBNNM()
889 b, -b_offset, ldb, c, c_offset, in kernelBNNM()
/aosp12/frameworks/rs/
H A DrsDefines.h471 int32_t c_offset; member
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java1022 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument
1025 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument
1028 …rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_i… in nScriptIntrinsicBLAS_BNNM()
H A DScriptIntrinsicBLAS.java3293 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM() argument
3308 …tID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult); in BNNM() local
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java982 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument
985 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument
988 …cBLAS_BNNM(mContext, mIncCon, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_int, mUse… in nScriptIntrinsicBLAS_BNNM()
H A DScriptIntrinsicBLAS.java4167 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM() argument
4190 …rinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncS… in BNNM() local
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1679 int c_offset = 0; in venc_empty_buf() local
1684 c_offset= (y_size + 2047) & (~(2047)); in venc_empty_buf()
1703 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1,inputBufferFile1); in venc_empty_buf()
H A Dvideo_encoder_device_copper.cpp1637 int c_offset = 0; in venc_empty_buf() local
1641 c_offset= (y_size + 2047) & (~(2047)); in venc_empty_buf()
1646 fwrite((const char *)(frameinfo.ptrbuffer + c_offset), (y_size>>1), 1,inputBufferFile1); in venc_empty_buf()
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp163 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM() argument
172 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM()
1840 const sp<Allocation>& C, int c_offset, int c_mult) { in BNNM() argument
1855 B->getID(), b_offset, C->getID(), c_offset, c_mult); in BNNM()
H A DrsCppStructs.h3749 int c_offset, int c_mult);
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp264 int c_offset = 0; in venc_input_log_buffers() local
269 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers()
284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp265 int c_offset = 0; in venc_input_log_buffers() local
270 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers()
285 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp753 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument
763 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp757 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument
767 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...