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

  /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/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...]
  /bionic/libc/bionic/
libc_logging.cpp 220 const int pad_size = static_cast<int>(sizeof(pad)); local
223 if (avail > pad_size) {
224 avail = pad_size;
  /ndk/sources/host-tools/make-3.81/
alloca.c 313 long pad_size; /* Stack pad size. */ member in struct:stk_stat
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 301 long pad_size; /* Stack pad size. */ member in struct:stk_stat
  /external/jemalloc/src/
arena.c 2472 size_t pad_size; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 518 /* pad_size is only used for SSL 3.0 MAC. See RFC 6101 Sec. 5.2.3.1. */
519 /* mac mmech pad_size mac_size */
    [all...]
sslimpl.h 790 int pad_size; member in struct:ssl3MACDefStr
    [all...]

Completed in 339 milliseconds