Searched refs:wd_tmp (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_decomp_pre_intra_pass_neon.c | 140 WORD32 ht_tmp, wd_tmp; in ihevce_scale_by_2_neon() local 174 wd_tmp = block_wd + 3 * (1 - col_start) + 3 * (1 - col_end); 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()
|
/external/libhevc/encoder/ |
D | ihevce_decomp_pre_intra_pass.c | 1671 WORD32 ht_tmp, wd_tmp; in ihevce_scale_by_2() local 1705 wd_tmp = block_wd + 3 * (1 - col_start) + 3 * (1 - col_end); 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()
|