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 | 1662 UWORD32 cpy_strd = MAX_BLK_SZ; in ihevce_scale_by_2() local 1663 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1); in ihevce_scale_by_2() 1702 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start)); in ihevce_scale_by_2() 1706 pf_copy_2d(pu1_cpy, cpy_strd, pu1_src_tmp, src_strd, wd_tmp, ht_tmp); in ihevce_scale_by_2() 1707 pu1_in = au1_cpy + cpy_strd * 3 + 3; in ihevce_scale_by_2() 1708 in_strd = cpy_strd; in ihevce_scale_by_2() 1719 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3; in ihevce_scale_by_2() 1721 pu1_cpy = au1_cpy + cpy_strd * (3 - 1); in ihevce_scale_by_2() 1723 pu1_cpy -= cpy_strd; in ihevce_scale_by_2() 1725 pu1_cpy -= cpy_strd; in ihevce_scale_by_2() [all …]
|