Searched refs:cpy_strd (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_decomp_pre_intra_pass_neon.c | 131 UWORD32 cpy_strd = MAX_BLK_SZ; in ihevce_scale_by_2_neon() local 132 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1); in ihevce_scale_by_2_neon() 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() 176 pu1_in = au1_cpy + cpy_strd * 3 + 3; in ihevce_scale_by_2_neon() 177 in_strd = cpy_strd; in ihevce_scale_by_2_neon() 188 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3; in ihevce_scale_by_2_neon() 190 pu1_cpy = au1_cpy + cpy_strd * (3 - 1); in ihevce_scale_by_2_neon() 192 pu1_cpy -= cpy_strd; in ihevce_scale_by_2_neon() 194 pu1_cpy -= cpy_strd; in ihevce_scale_by_2_neon() [all …]
|
/external/libhevc/encoder/ |
D | ihevce_decomp_pre_intra_pass.c | 1018 UWORD32 cpy_strd = MAX_BLK_SZ; in ihevce_scale_by_2() local 1019 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1); in ihevce_scale_by_2() 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() 1063 pu1_in = au1_cpy + cpy_strd * 3 + 3; in ihevce_scale_by_2() 1064 in_strd = cpy_strd; in ihevce_scale_by_2() 1075 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3; in ihevce_scale_by_2() 1077 pu1_cpy = au1_cpy + cpy_strd * (3 - 1); in ihevce_scale_by_2() 1079 pu1_cpy -= cpy_strd; in ihevce_scale_by_2() 1081 pu1_cpy -= cpy_strd; in ihevce_scale_by_2() [all …]
|