Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_decomp_pre_intra_pass_neon.c75 UWORD8 *pu1_scrtch_tmp = pu1_scrtch; in ihevce_scaling_filter_mxn() local
88 pu1_scrtch_tmp[j >> 1] = CLIP_U8(tmp); in ihevce_scaling_filter_mxn()
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()
100 (i4_ftaps[3] * pu1_scrtch_tmp[j] + 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()
/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c960 UWORD8 *pu1_scrtch_tmp = pu1_scrtch; in ihevce_scaling_filter_mxn() local
973 pu1_scrtch_tmp[j >> 1] = CLIP_U8(tmp); in ihevce_scaling_filter_mxn()
975 pu1_scrtch_tmp += scrtch_strd; in ihevce_scaling_filter_mxn()
979 pu1_scrtch_tmp = pu1_scrtch + 3 * scrtch_strd; in ihevce_scaling_filter_mxn()
985 (i4_ftaps[3] * pu1_scrtch_tmp[j] + in ihevce_scaling_filter_mxn()
986 i4_ftaps[2] * (pu1_scrtch_tmp[j + scrtch_strd] + pu1_scrtch_tmp[j - scrtch_strd]) + in ihevce_scaling_filter_mxn()
988 (pu1_scrtch_tmp[j + 2 * scrtch_strd] + pu1_scrtch_tmp[j - 2 * scrtch_strd]) + in ihevce_scaling_filter_mxn()
990 (pu1_scrtch_tmp[j + 3 * scrtch_strd] + pu1_scrtch_tmp[j - 3 * scrtch_strd]) + in ihevce_scaling_filter_mxn()
996 pu1_scrtch_tmp += (scrtch_strd << 1); in ihevce_scaling_filter_mxn()