Searched refs:pad_size (Results 1 - 11 of 11) sorted by relevance

/external/libavc/common/
H A Dih264_padding.c70 * 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
90 ih264_pad_top(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size) argument
131 ih264_pad_bottom(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size) argument
170 ih264_pad_left_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
212 ih264_pad_left_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
266 ih264_pad_right_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
307 ih264_pad_right_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
/external/libavc/common/x86/
H A Dih264_padding_ssse3.c60 * 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
92 ih264_pad_left_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
159 ih264_pad_left_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
225 ih264_pad_right_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
292 ih264_pad_right_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
/external/libhevc/common/
H A Dihevc_padding.c72 * @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
89 ihevc_pad_vert(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 wd, WORD32 pad_size) argument
143 ihevc_pad_horz_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 wd, WORD32 pad_size) argument
210 ihevc_pad_horz_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 wd, WORD32 pad_size) argument
268 ihevc_pad_top(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size) argument
322 ihevc_pad_bottom(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size) argument
377 ihevc_pad_left_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
433 ihevc_pad_left_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
498 ihevc_pad_right_luma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
554 ihevc_pad_right_chroma(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
H A Dihevc_padding.h46 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/
H A Dihevc_padding_ssse3_intr.c59 * 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
91 ihevc_pad_left_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
162 ihevc_pad_left_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
234 ihevc_pad_right_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
304 ihevc_pad_right_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) argument
[all...]
/external/vboot_reference/firmware/2lib/
H A D2rsa.c248 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/
H A Dih264_padding_neon.s51 @* 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/
H A Dihevc_padding.s46 @* 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...]
/external/jemalloc/src/
H A Darena.c2906 size_t pad_size; local
2922 pad_size = 0;
2925 pad_size = bin_info->redzone_size;
2929 pad_size = 0;
2950 actual_nregs = (actual_run_size - pad_size) / bin_info->reg_interval;
2962 actual_nregs = (actual_run_size - pad_size) /
2971 actual_nregs = (actual_run_size - pad_size) /
2981 bin_info->reg_interval) - pad_size + bin_info->redzone_size;
2987 * bin_info->reg_interval) + pad_size == bin_info->run_size);
/external/libavc/encoder/
H A Dih264e_structs.h93 typedef void (*pf_pad)(UWORD8 *pu1_src, WORD32 src_strd, WORD32 wd, WORD32 pad_size);
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm545 %assign %%pad_size 0
558 %assign %%pad_size stack_size_padded
562 movaps xmm7, [%1 + stack_offset - %%pad_size + 24]
565 movaps xmm6, [%1 + stack_offset - %%pad_size + 8]

Completed in 293 milliseconds