Searched refs:pu1_scrtch_tmp (Results 1 – 2 of 2) sorted by relevance
75 UWORD8 *pu1_scrtch_tmp = pu1_scrtch; in ihevce_scaling_filter_mxn() local88 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()
960 UWORD8 *pu1_scrtch_tmp = pu1_scrtch; in ihevce_scaling_filter_mxn() local973 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()