HomeSort by relevance Sort by last modified time
    Searched refs:pad_size (Results 1 - 25 of 31) sorted by null

1 2

  /external/libavc/common/
ih264_padding.c 70 * The top row of a 2d array is replicated for pad_size times at the top
81 * @param[in] pad_size
93 WORD32 pad_size)
97 for(row = 1; row <= pad_size; row++)
111 * The bottom row of a 2d array is replicated for pad_size times at the bottom
122 * @param[in] pad_size
134 WORD32 pad_size)
138 for(row = 1; row <= pad_size; row++)
150 * The left column of a 2d array is replicated for pad_size times to the left
161 * @param[in] pad_size
    [all...]
  /external/libavc/common/x86/
ih264_padding_ssse3.c 60 * The left column of a 2d array is replicated for pad_size times at the left
75 * @param[in] pad_size
95 WORD32 pad_size)
101 ASSERT(pad_size % 8 == 0);
107 pu1_dst = pu1_src - pad_size;
109 for(i = 0; i < pad_size; i += 8)
127 * The left column of a 2d array is replicated for pad_size times at the left
142 * @param[in] pad_size
162 WORD32 pad_size)
168 ASSERT(pad_size % 8 == 0)
    [all...]
  /external/libhevc/common/
ihevc_padding.c 72 * @param[in] pad_size
93 WORD32 pad_size)
97 for(row = 1; row <= pad_size; row++)
126 * @param[in] pad_size
147 WORD32 pad_size)
155 pad_size >>= 1;
162 ihevc_memset_16bit(&pu2_src[-pad_size], u2_uv_val, pad_size);
165 ihevc_memset_16bit(&pu2_src[wd], u2_uv_val, pad_size);
193 * @param[in] pad_size
    [all...]
ihevc_padding.h 46 WORD32 pad_size);
53 WORD32 pad_size);
60 WORD32 pad_size);
67 WORD32 pad_size);
74 WORD32 pad_size);
81 WORD32 pad_size);
86 WORD32 pad_size);
91 WORD32 pad_size);
96 WORD32 pad_size);
101 WORD32 pad_size);
    [all...]
  /external/libhevc/common/x86/
ihevc_padding_ssse3_intr.c 59 * The left column of a 2d array is replicated for pad_size times at the left
74 * @param[in] pad_size
94 WORD32 pad_size)
103 ASSERT(pad_size % 8 == 0);
110 pu1_dst = pu1_src - pad_size;
112 for(i = 0; i < pad_size; i += 8)
130 * The left column of a 2d array is replicated for pad_size times at the left
145 * @param[in] pad_size
165 WORD32 pad_size)
175 ASSERT(pad_size % 8 == 0)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
ops_util.cc 38 const int stride, const int pad_size, int* bindex,
47 if (*bindex < pad_size) {
50 *bsize = ksize + *bindex - pad_size;
54 *bindex -= pad_size;
ops_util.h 39 const int stride, const int pad_size, int* bindex,
conv_grad_ops.cc 58 int64 out_size = 0, pad_size = 0; local
61 padding, &out_size, &pad_size));
74 dim->pad_before = effective_filter_size - 1 - pad_size;
depthwise_conv_op.h 142 const int64 pad_size = scalar_size > 0 ? kPacketSize - scalar_size : 0; local
160 for (int64 j = 0; j < pad_size; ++j) {
ops_util_test.cc 60 int pad_size; // Padding size. member in struct:tensorflow::__anon39856::OpsUtilTest::bcast_struct::__anon39859
128 bcast.input.stride, bcast.input.pad_size, &new_index, &new_size);
137 bcast.input.pad_size, &new_index, &new_size));
182 // in_size = 3, ksize = 3, stride = 1, pad_size = 0
194 // in_size = 3, ksize = 3, stride = 1, pad_size = 1
206 // in_size = 3, ksize = 3, stride = 1, pad_size = 2
218 // in_size = 3, ksize = 3, stride = 2, pad_size = 0
229 // in_size = 3, ksize = 3, stride = 2, pad_size = 1
240 // in_size = 3, ksize = 3, stride = 2, pad_size = 2
250 // in_size = 3, ksize = 3, stride = 3, pad_size =
    [all...]
  /external/vboot_reference/firmware/2lib/
2rsa.c 248 uint32_t pad_size = sig_size - hash_size; local
279 for (i = 0; i < pad_size - tail_size - 2; i++)
300 int pad_size; local
341 pad_size = sig_size - vb2_digest_size(key->hash_alg);
342 if (vb2_safe_memcmp(sig + pad_size, digest, key_bytes - pad_size)) {
  /external/libavc/common/arm/
ih264_padding_neon.s 51 @* The top row of a 2d array is replicated for pad_size times at the top
62 @* @param[in] pad_size
74 @ WORD32 pad_size)
79 @ r3 => pad_size
120 @* The left column of a 2d array is replicated for pad_size times at the left
135 @* @param[in] pad_size
155 @ WORD32 pad_size)
160 @ r3 => pad_size
256 @* The left column of a 2d array is replicated for pad_size times at the left
271 @* @param[in] pad_size
    [all...]
  /external/libhevc/common/arm/
ihevc_padding.s 46 @* the left column of a 2d array is replicated for pad_size times at the left
61 @* @param[in] pad_size
81 @ word32 pad_size)
86 @ r3 => pad_size
169 @* the left column of a 2d array is replicated for pad_size times at the left
184 @* @param[in] pad_size
204 @ word32 pad_size)
209 @ r3 => pad_size
288 @* the right column of a 2d array is replicated for pad_size times at the right
303 @* @param[in] pad_size
    [all...]
  /system/extras/simpleperf/
record_file_writer.cpp 256 size_t pad_size = Align(s.size() + 1, 64) - s.size() - 1; local
257 if (pad_size > 0u) {
258 char align_buf[pad_size];
259 memset(align_buf, '\0', pad_size);
260 if (!Write(align_buf, pad_size)) {
  /bionic/libc/async_safe/
async_safe_log.cpp 213 const int pad_size = static_cast<int>(sizeof(pad)); local
216 if (avail > pad_size) {
217 avail = pad_size;
  /frameworks/native/libs/binder/
Parcel.cpp 66 // use the wrapper function pad_size()
69 static size_t pad_size(size_t s) { function
728 const size_t padded = pad_size(len);
    [all...]
  /system/libhwbinder/
Parcel.cpp 66 // use the wrapper function pad_size()
69 static size_t pad_size(size_t s) { function
572 const size_t padded = pad_size(len);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 234 #define GET_ALIGNMENT_PAD_SIZE(addr,pad_size) do {\
235 (pad_size) = WORD_ALIGNMENT_SIZE \
237 if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
regcomp.c 564 int r, pad_size;
567 GET_ALIGNMENT_PAD_SIZE(p, pad_size);
569 if (pad_size != 0) add_bytes(reg, PadBuf, pad_size);
574 pad_size = (WORD_ALIGNMENT_SIZE - 1) - pad_size;
575 if (pad_size != 0) add_bytes(reg, PadBuf, pad_size);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 83 return [(pad_size // 2, pad_size - pad_size // 2)
84 for pad_size in pad_sizes]
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 296 long pad_size; /* Stack pad size. */ member in struct:stk_stat
  /build/make/tools/releasetools/
build_image.py 112 def ZeroPadSimg(image_file, pad_size):
113 blocks = pad_size // BLOCK_SIZE
114 print("Padding %d blocks (%d bytes)" % (blocks, pad_size))
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.cc 1629 const int pad_size = newdim - input_shuffle.size(); local
    [all...]
  /external/jemalloc/src/
arena.c 3658 size_t pad_size; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r5_test.cc 67 size_t pad_size = RoundUp(data.size(), 16u) - data.size(); variable
68 data.insert(data.end(), pad_size, 0);

Completed in 1160 milliseconds

1 2