HomeSort by relevance Sort by last modified time
    Searched full:stride_b (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
compare.h 37 const uint8* src_b, int stride_b,
47 const uint8* src_b, int stride_b,
61 const uint8* src_b, int stride_b,
  /external/libyuv/files/include/libyuv/
compare.h 38 int stride_b,
51 int stride_b,
75 int stride_b,
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 166 const uint8* src_b, int stride_b,
172 stride_b == width) {
175 stride_a = stride_b = 0;
180 src_b += stride_b;
203 const uint8* src_b, int stride_b,
207 src_b, stride_b,
240 const uint8* src_b, int stride_b) {
259 src_b += stride_b;
292 const uint8* src_b, int stride_b,
297 const uint8* src_b, int stride_b) = Ssim8x8_C
    [all...]
  /external/libyuv/files/source/
compare.cc 168 int stride_b,
174 if (stride_a == width && stride_b == width) {
177 stride_a = stride_b = 0;
182 src_b += stride_b;
207 int stride_b,
212 stride_b, width, height);
250 int stride_b) {
269 src_b += stride_b;
304 int stride_b,
310 int stride_b) = Ssim8x8_C
    [all...]
  /external/tensorflow/tensorflow/python/framework/
common_shapes.py 202 stride_b, stride_d, stride_r, stride_c = op.get_attr("strides")
204 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides")
206 if stride_b != 1 or stride_d != 1:
260 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides")
261 if stride_b != 1 or stride_d != 1:
323 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides")
324 if stride_b != 1 or stride_d != 1:
378 stride_b, stride_d, stride_r, stride_c = op.get_attr("strides")
381 stride_b, stride_r, stride_c, stride_d = op.get_attr("strides")
391 if stride_b != 1 or stride_d != 1
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
cblas_conv.h 78 int stride_b = k; local
82 stride_a, b, stride_b, 0.0f, c, stride_c);
cblas_reference.h 47 const int stride_a, const float *b, const int stride_b,
59 value += alpha * a[stride_a * row + idx] * b[stride_b * col + idx];
  /external/libyuv/files/unit_test/
convert_test.cc     [all...]
planar_test.cc     [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_fmt_def.inc 376 BC_FIELD(ALU_WORD1_LDS_DIRECT_LITERAL_HI, STRIDE_B, STR_B, 19, 13)

Completed in 5423 milliseconds