HomeSort by relevance Sort by last modified time
    Searched refs:c_offset (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BNNMTest.java 130 int b_offset, int c_offset, int c_mult_int) {
146 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int);
196 final int c_offset = 128; local
209 c_offset, c_mult_int);
238 final int c_offset = 16384; local
254 c_offset, c_mult_int);
286 final int c_offset = 2121; local
306 c_offset, c_mult_int);
323 int c_offset = 74980; local
336 c_offset, c_mult_int)
383 final int c_offset = 128; local
437 final int c_offset = 128; local
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 43 private int c_offset; field in class:BNNMTest
210 c_offset = 128;
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
273 c_offset = 2121;
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
329 c_offset = 74980;
354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
  /cts/tests/tests/renderscript/libbnnmdata/
test_data.cpp 28 const int c_offset = 74980; variable
    [all...]
  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr.h 682 * @param[in] c_offset ???l
694 int c_offset,
706 * @param[out] c_offset ???l?i?[??
718 int *c_offset,
  /device/lge/hammerhead/camera/hdr/include/
morpho_easy_hdr.h 682 * @param[in] c_offset ???l
694 int c_offset,
706 * @param[out] c_offset ???l?i?[??
718 int *c_offset,
  /frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/
test_data.cpp 12 const int c_offset = 74980; variable
    [all...]
  /external/libavc/decoder/
ih264d_process_pslice.c 822 WORD16 c_weight, c_offset; local
    [all...]
  /frameworks/rs/
rsDefines.h 465 int32_t c_offset; member in struct:__anon23256
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 261 int bpp, int c_offset)
266 FX_LPCBYTE buf_u = buf + row_offset_l + c_offset;
267 FX_LPCBYTE buf_d = buf + row_offset_r + c_offset;
277 int bpp, int c_offset)
283 a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset));
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 47 uint8_t c_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
55 uint8_t* c, int32_t c_offset, size_t ldc,
657 (uint8_t*)C, call->c_offset, ldc,
672 uint8_t* c, int32_t c_offset, size_t ldc,
695 ((((total + c_offset) * c_mult_int) + (1 << (c_shift - 1)))
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
ScriptIntrinsicBLAS.java 3304 mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult); local
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
ScriptIntrinsicBLAS.java 4186 mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncSupp); local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1679 int c_offset = 0; local
    [all...]
video_encoder_device_copper.cpp 1637 int c_offset = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 264 int c_offset = 0; local
269 c_offset= (y_size + 2047) & (~(2047));
284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 691 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset,
701 call.c_offset = c_offset;
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 764 milliseconds