Searched defs:pu2_dst (Results 1 - 6 of 6) sorted by relevance

/external/libavc/common/
H A Dih264_mem_fns.c141 * @param[in] pu2_dst
157 void ih264_memset_16bit(UWORD16 *pu2_dst, UWORD16 value, UWORD32 num_words) argument
162 *pu2_dst++ = value;
166 void ih264_memset_16bit_mul_8(UWORD16 *pu2_dst, argument
173 *pu2_dst++ = value;
/external/libavc/common/x86/
H A Dih264_mem_fns_ssse3.c141 * @param[in] pu2_dst
158 void ih264_memset_16bit_mul_8_ssse3(UWORD16 *pu2_dst, UWORD16 value, UWORD32 num_words) argument
165 _mm_storeu_si128((__m128i *)(pu2_dst), src_temp16x8b);
166 pu2_dst += 8;
/external/libhevc/common/
H A Dihevc_mem_fns.c131 * @param[in] pu2_dst
147 void ihevc_memset_16bit(UWORD16 *pu2_dst, UWORD16 value, UWORD32 num_words) argument
152 *pu2_dst++ = value;
158 void ihevc_memset_16bit_mul_8(UWORD16 *pu2_dst, UWORD16 value, UWORD32 num_words) argument
163 *pu2_dst++ = value;
H A Dihevc_chroma_intra_pred_filters.c245 UWORD16 *pu2_dst; local
247 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
248 ihevc_memset_16bit((UWORD16 *)pu1_dst, pu2_dst[0], idx);
252 UWORD16 *pu2_dst; local
255 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
256 ihevc_memset_16bit((UWORD16 *)pu1_dst, pu2_dst[0], idx);
262 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(2 * nt) - 2]; local
263 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(2 * nt)], pu2_dst[0], nt);
274 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(4 * nt)]; local
275 ihevc_memset_16bit((UWORD16 *)&pu1_dst[(4 * nt) + 2], pu2_dst[
281 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(6 * nt)]; local
349 UWORD16 *pu2_dst; local
415 UWORD16 *pu2_dst; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_mem_fns_ssse3_intr.c140 * @param[in] pu2_dst
157 void ihevc_memset_16bit_mul_8_ssse3(UWORD16 *pu2_dst, UWORD16 value, UWORD32 num_words) argument
164 _mm_storeu_si128((__m128i *)(pu2_dst), src_temp16x8b);
165 pu2_dst += 8;
/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c214 UWORD16 *pu2_dst; local
216 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
217 ihevc_memset_16bit_a9q((UWORD16 *)pu1_dst, pu2_dst[0], idx);
221 UWORD16 *pu2_dst; local
224 pu2_dst = (UWORD16 *)&pu1_dst[2 * idx];
225 ihevc_memset_16bit_a9q((UWORD16 *)pu1_dst, pu2_dst[0], idx);
231 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(2 * nt) - 2]; local
232 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(2 * nt)], pu2_dst[0], nt);
243 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(4 * nt)]; local
244 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(4 * nt) + 2], pu2_dst[
250 UWORD16 *pu2_dst = (UWORD16 *)&pu1_dst[(6 * nt)]; local
318 UWORD16 *pu2_dst; local
384 UWORD16 *pu2_dst; local
[all...]

Completed in 845 milliseconds