Home
last modified time | relevance | path

Searched refs:pu1_cpy (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_decomp_pre_intra_pass_neon.c132 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1); in ihevce_scale_by_2_neon() local
171 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start)); in ihevce_scale_by_2_neon()
175 pf_copy_2d(pu1_cpy, cpy_strd, pu1_src_tmp, src_strd, wd_tmp, ht_tmp); in ihevce_scale_by_2_neon()
190 pu1_cpy = au1_cpy + cpy_strd * (3 - 1); in ihevce_scale_by_2_neon()
191 memcpy(pu1_cpy, pu1_cpy_tmp, block_wd + 6); in ihevce_scale_by_2_neon()
192 pu1_cpy -= cpy_strd; in ihevce_scale_by_2_neon()
193 memcpy(pu1_cpy, pu1_cpy_tmp, block_wd + 6); in ihevce_scale_by_2_neon()
194 pu1_cpy -= cpy_strd; in ihevce_scale_by_2_neon()
195 memcpy(pu1_cpy, pu1_cpy_tmp, block_wd + 6); in ihevce_scale_by_2_neon()
203 pu1_cpy = pu1_cpy_tmp + cpy_strd; in ihevce_scale_by_2_neon()
[all …]
/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c1019 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1); in ihevce_scale_by_2() local
1058 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start)); in ihevce_scale_by_2()
1062 pf_copy_2d(pu1_cpy, cpy_strd, pu1_src_tmp, src_strd, wd_tmp, ht_tmp); in ihevce_scale_by_2()
1077 pu1_cpy = au1_cpy + cpy_strd * (3 - 1); in ihevce_scale_by_2()
1078 memcpy(pu1_cpy, pu1_cpy_tmp, block_wd + 6); in ihevce_scale_by_2()
1079 pu1_cpy -= cpy_strd; in ihevce_scale_by_2()
1080 memcpy(pu1_cpy, pu1_cpy_tmp, block_wd + 6); in ihevce_scale_by_2()
1081 pu1_cpy -= cpy_strd; in ihevce_scale_by_2()
1082 memcpy(pu1_cpy, pu1_cpy_tmp, block_wd + 6); in ihevce_scale_by_2()
1090 pu1_cpy = pu1_cpy_tmp + cpy_strd; in ihevce_scale_by_2()
[all …]