Home
last modified time | relevance | path

Searched refs:scrtch_strd (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_decomp_pre_intra_pass_neon.c63 WORD32 scrtch_strd, in ihevce_scaling_filter_mxn() argument
90 pu1_scrtch_tmp += scrtch_strd; in ihevce_scaling_filter_mxn()
94 pu1_scrtch_tmp = pu1_scrtch + 3 * scrtch_strd; in ihevce_scaling_filter_mxn()
101 i4_ftaps[2] * (pu1_scrtch_tmp[j + scrtch_strd] + pu1_scrtch_tmp[j - scrtch_strd]) + in ihevce_scaling_filter_mxn()
103 (pu1_scrtch_tmp[j + 2 * scrtch_strd] + pu1_scrtch_tmp[j - 2 * scrtch_strd]) + in ihevce_scaling_filter_mxn()
105 (pu1_scrtch_tmp[j + 3 * scrtch_strd] + pu1_scrtch_tmp[j - 3 * scrtch_strd]) + in ihevce_scaling_filter_mxn()
111 pu1_scrtch_tmp += (scrtch_strd << 1); in ihevce_scaling_filter_mxn()
Dihevce_scale_by_2_neon.c206 WORD32 scrtch_strd, in ihevce_scaling_filter_mxn_neon() argument
237 scrtch_strd, in ihevce_scaling_filter_mxn_neon()
241 pu1_scrtch + 3 * scrtch_strd, in ihevce_scaling_filter_mxn_neon()
242 scrtch_strd, in ihevce_scaling_filter_mxn_neon()
/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c1592 WORD32 scrtch_strd, in ihevce_scaling_filter_mxn() argument
1619 pu1_scrtch_tmp += scrtch_strd; in ihevce_scaling_filter_mxn()
1623 pu1_scrtch_tmp = pu1_scrtch + 3 * scrtch_strd; in ihevce_scaling_filter_mxn()
1630 i4_ftaps[2] * (pu1_scrtch_tmp[j + scrtch_strd] + pu1_scrtch_tmp[j - scrtch_strd]) + in ihevce_scaling_filter_mxn()
1632 (pu1_scrtch_tmp[j + 2 * scrtch_strd] + pu1_scrtch_tmp[j - 2 * scrtch_strd]) + in ihevce_scaling_filter_mxn()
1634 (pu1_scrtch_tmp[j + 3 * scrtch_strd] + pu1_scrtch_tmp[j - 3 * scrtch_strd]) + in ihevce_scaling_filter_mxn()
1640 pu1_scrtch_tmp += (scrtch_strd << 1); in ihevce_scaling_filter_mxn()