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

  /external/gemmlowp/internal/
single_thread_gemm.h 103 auto result_block = result->block(r, c, rs, cs); local
104 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
multi_thread_gemm.h 442 auto result_block = result.block(r, c, rs, cs); variable
443 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
631 auto result_block = result->block(start_row, c, block_rows, cs); local
637 auto task = new TaskType(kernel, lhs_block, packed_rhs, &result_block,
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 521 GpuMat result_block(result_roi_size, result_data.type(),
524 result_block.copyTo(result_roi, _stream);
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 227 UMat result_block(result_data, roi2);
229 result_block.copyTo(result_roi);
    [all...]

Completed in 3885 milliseconds