/external/libyuv/files/source/ |
D | compare.cc | 168 int stride_b, in ComputeSumSquareErrorPlane() argument 174 if (stride_a == width && stride_b == width) { in ComputeSumSquareErrorPlane() 177 stride_a = stride_b = 0; in ComputeSumSquareErrorPlane() 182 src_b += stride_b; in ComputeSumSquareErrorPlane() 207 int stride_b, in CalcFramePsnr() argument 212 stride_b, width, height); in CalcFramePsnr() 250 int stride_b) { in Ssim8x8_C() argument 269 src_b += stride_b; in Ssim8x8_C() 304 int stride_b, in CalcFrameSsim() argument 310 int stride_b) = Ssim8x8_C; in CalcFrameSsim() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | compare.cc | 237 int stride_b, in ComputeSumSquareErrorPlane() argument 243 if (stride_a == width && stride_b == width) { in ComputeSumSquareErrorPlane() 246 stride_a = stride_b = 0; in ComputeSumSquareErrorPlane() 251 src_b += stride_b; in ComputeSumSquareErrorPlane() 277 int stride_b, in CalcFramePsnr() argument 282 stride_b, width, height); in CalcFramePsnr() 321 int stride_b) { in Ssim8x8_C() argument 340 src_b += stride_b; in Ssim8x8_C() 375 int stride_b, in CalcFrameSsim() argument 381 int stride_b) = Ssim8x8_C; in CalcFrameSsim() [all …]
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | compare.cc | 199 const uint8* src_b, int stride_b, in ComputeSumSquareErrorPlane() argument 205 stride_b == width) { in ComputeSumSquareErrorPlane() 208 stride_a = stride_b = 0; in ComputeSumSquareErrorPlane() 213 src_b += stride_b; in ComputeSumSquareErrorPlane() 236 const uint8* src_b, int stride_b, in CalcFramePsnr() argument 240 src_b, stride_b, in CalcFramePsnr() 273 const uint8* src_b, int stride_b) { in Ssim8x8_C() argument 292 src_b += stride_b; in Ssim8x8_C() 325 const uint8* src_b, int stride_b, in CalcFrameSsim() argument 330 const uint8* src_b, int stride_b) = Ssim8x8_C; in CalcFrameSsim() [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | common_shapes.py | 214 stride_b, stride_d, stride_r, stride_c = op.get_attr("strides") 216 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides") 218 if stride_b != 1 or stride_d != 1: 272 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides") 273 if stride_b != 1 or stride_d != 1: 335 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides") 336 if stride_b != 1 or stride_d != 1: 390 stride_b, stride_d, stride_r, stride_c = op.get_attr("strides") 393 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides") 403 if stride_b != 1 or stride_d != 1: [all …]
|
/external/libyuv/files/include/libyuv/ |
D | compare.h | 38 int stride_b, 51 int stride_b, 75 int stride_b,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | compare.h | 38 const uint8* src_b, int stride_b, 48 const uint8* src_b, int stride_b, 62 const uint8* src_b, int stride_b,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | compare.h | 49 int stride_b, 62 int stride_b, 86 int stride_b,
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 2362 int64 stride_b, float beta, DeviceMemory<Eigen::half> *c, int ldc, in DoBlasGemmStridedBatched() argument 2382 ldb, stride_b, &beta, GpuMemoryMutable(c), CUDA_R_16F, ldc, stride_c, in DoBlasGemmStridedBatched() 2398 reinterpret_cast<const __half *>(GpuMemory(b) + batch * stride_b); in DoBlasGemmStridedBatched() 2418 int64 stride_a, const DeviceMemory<float> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument 2424 GpuMemory(a), lda, stride_a, GpuMemory(b), ldb, stride_b, &beta, in DoBlasGemmStridedBatched() 2431 int64 stride_a, const DeviceMemory<double> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument 2437 GpuMemory(a), lda, stride_a, GpuMemory(b), ldb, stride_b, &beta, in DoBlasGemmStridedBatched() 2445 const DeviceMemory<std::complex<float>> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument 2452 GpuComplex(GpuMemory(b)), ldb, stride_b, GpuComplex(&beta), in DoBlasGemmStridedBatched() 2460 const DeviceMemory<std::complex<double>> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument [all …]
|
/external/tensorflow/tensorflow/stream_executor/ |
D | blas.h | 1130 int64 stride_b, float beta, DeviceMemory<Eigen::half> *c, int ldc, 1135 int64 stride_a, const DeviceMemory<float> &b, int ldb, int64 stride_b, 1141 int64 stride_a, const DeviceMemory<double> &b, int ldb, int64 stride_b, 1148 const DeviceMemory<std::complex<float>> &b, int ldb, int64 stride_b, 1155 const DeviceMemory<std::complex<double>> &b, int ldb, int64 stride_b, 2032 const DeviceMemory<Eigen::half> &b, int ldb, int64 stride_b, float beta, \ 2038 int64 stride_b, float beta, DeviceMemory<float> *c, int ldc, \ 2044 const DeviceMemory<double> &b, int ldb, int64 stride_b, double beta, \ 2050 const DeviceMemory<std::complex<float>> &b, int ldb, int64 stride_b, \ 2057 const DeviceMemory<std::complex<double>> &b, int ldb, int64 stride_b, \
|
D | stream.cc | 4556 int64 stride_a, const DeviceMemory<Eigen::half> &b, int ldb, int64 stride_b, in ThenBlasGemmStridedBatched() argument 4561 PARAM(ldb), PARAM(stride_b), PARAM(beta), PARAM(c), PARAM(ldc), in ThenBlasGemmStridedBatched() 4570 transb, m, n, k, alpha, a, lda, stride_a, b, ldb, stride_b, beta, in ThenBlasGemmStridedBatched() 4577 int64 stride_a, const DeviceMemory<float> &b, int ldb, int64 stride_b, in ThenBlasGemmStridedBatched() argument 4582 PARAM(ldb), PARAM(stride_b), PARAM(beta), PARAM(c), PARAM(ldc), in ThenBlasGemmStridedBatched() 4591 transb, m, n, k, alpha, a, lda, stride_a, b, ldb, stride_b, beta, in ThenBlasGemmStridedBatched() 4598 int64 stride_a, const DeviceMemory<double> &b, int ldb, int64 stride_b, in ThenBlasGemmStridedBatched() argument 4603 PARAM(ldb), PARAM(stride_b), PARAM(beta), PARAM(c), PARAM(ldc), in ThenBlasGemmStridedBatched() 4612 transb, m, n, k, alpha, a, lda, stride_a, b, ldb, stride_b, beta, in ThenBlasGemmStridedBatched() 4620 const DeviceMemory<std::complex<float>> &b, int ldb, int64 stride_b, in ThenBlasGemmStridedBatched() argument [all …]
|
D | stream.h | 1454 int64 stride_b, float beta, DeviceMemory<Eigen::half> *c, int ldc, 1459 int64 stride_a, const DeviceMemory<float> &b, int ldb, int64 stride_b, 1465 int64 stride_a, const DeviceMemory<double> &b, int ldb, int64 stride_b, 1472 const DeviceMemory<std::complex<float>> &b, int ldb, int64 stride_b, 1479 const DeviceMemory<std::complex<double>> &b, int ldb, int64 stride_b,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 2276 int64 stride_b, float beta, DeviceMemory<Eigen::half> *c, int ldc, in DoBlasGemmStridedBatched() argument 2286 int64 stride_a, const DeviceMemory<float> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument 2297 int64 stride_a, const DeviceMemory<double> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument 2309 const DeviceMemory<std::complex<float>> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument 2321 const DeviceMemory<std::complex<double>> &b, int ldb, int64 stride_b, in DoBlasGemmStridedBatched() argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2246 int stride_b = k; in Conv() local 2250 stride_a, b, stride_b, 0.0f, c, stride_c); in Conv()
|