HomeSort by relevance Sort by last modified time
    Searched refs:pu1_dst (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /external/libmpeg2/common/
impeg2_idct.c 65 UWORD8 *pu1_dst,
88 pu1_dst[j] = CLIP_U8(i4_val + pu1_pred[j]);
90 pu1_dst += i4_dst_strd;
97 UWORD8 *pu1_dst,
126 pu1_dst[j] = CLIP_U8(i4_sum);
130 pu1_dst += i4_dst_strd;
158 * @param[out] pu1_dst
187 UWORD8 *pu1_dst,
293 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
296 pu1_dst[k + 4] = CLIP_U8((itrans_out + pu1_pred[k + 4]))
    [all...]
impeg2_idct.h 31 UWORD8 *pu1_dst,
ideint.c 210 UWORD8 *pu1_top, *pu1_bot, *pu1_dst; local
349 pu1_dst = pu1_out;
358 pu1_dst = au1_dst;
360 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd,
367 ideint_weave_blk(pu1_top, pu1_bot, pu1_dst, dst_strd,
386 ps_ctxt->pf_spatial_filter(pu1_dst_top, pu1_dst + dst_strd,
393 ps_ctxt->pf_spatial_filter(pu1_top, pu1_dst + dst_strd,
  /external/libavc/encoder/
ih264e_fmt_conv.c 370 UWORD8 *pu1_src, *pu1_dst; local
376 pu1_dst = (UWORD8 *) pu1_y_dst;
386 memcpy(pu1_dst, pu1_src, num_cols);
387 pu1_dst += dst_strd;
393 pu1_dst = (UWORD8 *) pu1_uv_dst;
403 memcpy(pu1_dst, pu1_src, num_cols);
404 pu1_dst += dst_strd;
422 UWORD8 *pu1_src, *pu1_dst; local
428 pu1_dst = (UWORD8 *) pu1_y_dst;
438 memcpy(pu1_dst, pu1_src, num_cols)
481 UWORD8 *pu1_src, *pu1_dst; local
608 UWORD8 *pu1_src, *pu1_dst; local
    [all...]
ih264e_half_pel.h 68 * @param[out] pu1_dst
85 UWORD8 *pu1_dst,
129 * integer destination stride of pu1_dst
ih264e_intra_modes_eval.h 301 * @param[out] pu1_dst
328 UWORD8 *pu1_dst,
366 * @param[out] pu1_dst
399 UWORD8 *pu1_dst,
  /external/libhevc/common/
ihevc_intra_pred.h 51 UWORD8 *pu1_dst,
61 UWORD8 *pu1_dst,
69 UWORD8 *pu1_dst,
78 UWORD8 *pu1_dst,
87 UWORD8 *pu1_dst,
96 UWORD8 *pu1_dst,
105 UWORD8 *pu1_dst,
114 UWORD8 *pu1_dst,
123 UWORD8 *pu1_dst,
132 UWORD8 *pu1_dst,
    [all...]
ihevc_itrans_recon_8x8.c 72 * @param[out] pu1_dst
101 UWORD8 *pu1_dst,
207 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
210 pu1_dst[k + 4] = CLIP_U8((itrans_out + pu1_pred[k + 4]));
214 pu1_dst += dst_strd;
252 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
255 pu1_dst[k + 4] = CLIP_U8((itrans_out + pu1_pred[k + 4]));
259 pu1_dst += dst_strd;
354 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
357 pu1_dst[k + 4] = CLIP_U8((itrans_out + pu1_pred[k + 4]))
    [all...]
ihevc_chroma_iquant_itrans_recon.c 83 * @param[out] pu1_dst
120 UWORD8 *pu1_dst,
236 pu1_dst[0 * 2] = CLIP_U8((itrans_out + pu1_pred[0 * 2]));
240 pu1_dst[1 * 2] = CLIP_U8((itrans_out + pu1_pred[1 * 2]));
244 pu1_dst[2 * 2] = CLIP_U8((itrans_out + pu1_pred[2 * 2]));
248 pu1_dst[3 * 2] = CLIP_U8((itrans_out + pu1_pred[3 * 2]));
252 pu1_dst += dst_strd;
ihevc_weighted_pred.h 39 UWORD8 *pu1_dst,
50 UWORD8 *pu1_dst,
64 UWORD8 *pu1_dst,
80 UWORD8 *pu1_dst,
100 UWORD8 *pu1_dst,
111 UWORD8 *pu1_dst,
ihevc_chroma_iquant_recon.h 43 UWORD8 *pu1_dst,
64 UWORD8 *pu1_dst,
85 UWORD8 *pu1_dst,
ihevc_chroma_itrans_recon.h 43 UWORD8 *pu1_dst,
62 UWORD8 *pu1_dst,
81 UWORD8 *pu1_dst,
ihevc_iquant_itrans_recon.c 77 * @param[out] pu1_dst
113 UWORD8 *pu1_dst,
241 pu1_dst[0] = CLIP_U8((itrans_out + pu1_pred[0]));
245 pu1_dst[1] = CLIP_U8((itrans_out + pu1_pred[1]));
249 pu1_dst[2] = CLIP_U8((itrans_out + pu1_pred[2]));
253 pu1_dst[3] = CLIP_U8((itrans_out + pu1_pred[3]));
256 pu1_dst += dst_strd;
285 * @param[out] pu1_dst
321 UWORD8 *pu1_dst,
436 pu1_dst[0] = CLIP_U8((itrans_out + pu1_pred[0]))
    [all...]
ihevc_chroma_intra_pred.h 45 UWORD8 *pu1_dst,
53 UWORD8 *pu1_dst,
61 UWORD8 *pu1_dst,
69 UWORD8 *pu1_dst,
77 UWORD8 *pu1_dst,
85 UWORD8 *pu1_dst,
93 UWORD8 *pu1_dst,
101 UWORD8 *pu1_dst,
109 UWORD8 *pu1_dst,
117 UWORD8 *pu1_dst,
    [all...]
ihevc_iquant_itrans_recon.h 43 UWORD8 *pu1_dst,
70 UWORD8 *pu1_dst,
97 UWORD8 *pu1_dst,
124 UWORD8 *pu1_dst,
151 UWORD8 *pu1_dst,
ihevc_iquant_recon.h 40 UWORD8 *pu1_dst,
61 UWORD8 *pu1_dst,
82 UWORD8 *pu1_dst,
103 UWORD8 *pu1_dst,
124 UWORD8 *pu1_dst,
ihevc_itrans_recon.h 40 UWORD8 *pu1_dst,
59 UWORD8 *pu1_dst,
78 UWORD8 *pu1_dst,
97 UWORD8 *pu1_dst,
116 UWORD8 *pu1_dst,
ihevc_chroma_itrans_recon_16x16.c 81 * @param[out] pu1_dst
111 UWORD8 *pu1_dst,
238 pu1_dst[k * 2] = CLIP_U8((itrans_out + pu1_pred[k * 2]));
241 pu1_dst[(k + 8) * 2] = CLIP_U8((itrans_out + pu1_pred[(k + 8) * 2]));
245 pu1_dst += dst_strd;
290 pu1_dst[k * 2] = CLIP_U8((itrans_out + pu1_pred[k * 2]));
293 pu1_dst[(k + 8) * 2] = CLIP_U8((itrans_out + pu1_pred[(k + 8) * 2]));
297 pu1_dst += dst_strd;
364 pu1_dst[k * 2] = CLIP_U8((itrans_out + pu1_pred[k * 2]));
367 pu1_dst[(k + 8) * 2] = CLIP_U8((itrans_out + pu1_pred[(k + 8) * 2]))
    [all...]
ihevc_chroma_itrans_recon_8x8.c 80 * @param[out] pu1_dst
110 UWORD8 *pu1_dst,
224 pu1_dst[k * 2] = CLIP_U8((itrans_out + pu1_pred[k * 2]));
227 pu1_dst[(k + 4) * 2] =
232 pu1_dst += dst_strd;
270 pu1_dst[k * 2] = CLIP_U8((itrans_out + pu1_pred[k * 2]));
273 pu1_dst[(k + 4) * 2] =
278 pu1_dst += dst_strd;
ihevc_itrans_recon_16x16.c 72 * @param[out] pu1_dst
101 UWORD8 *pu1_dst,
229 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
232 pu1_dst[k + 8] = CLIP_U8((itrans_out + pu1_pred[k + 8]));
236 pu1_dst += dst_strd;
281 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
284 pu1_dst[k + 8] = CLIP_U8((itrans_out + pu1_pred[k + 8]));
288 pu1_dst += dst_strd;
355 pu1_dst[k] = CLIP_U8((itrans_out + pu1_pred[k]));
358 pu1_dst[k + 8] = CLIP_U8((itrans_out + pu1_pred[k + 8]))
    [all...]
ihevc_chroma_iquant_itrans_recon.h 44 UWORD8 *pu1_dst,
71 UWORD8 *pu1_dst,
98 UWORD8 *pu1_dst,
  /external/libhevc/common/x86/
ihevc_weighted_pred_sse42_intr.c 73 * @param[out] pu1_dst
112 UWORD8 *pu1_dst,
245 /* pu1_dst[col] = CLIP_U8(i4_tmp); */
252 _mm_storel_epi64((__m128i *)(pu1_dst + 0 * dst_strd), src_temp0_4x32b); /* row = 0*/
253 _mm_storel_epi64((__m128i *)(pu1_dst + 1 * dst_strd), src_temp1_4x32b); /* row = 2*/
254 _mm_storel_epi64((__m128i *)(pu1_dst + 2 * dst_strd), src_temp2_4x32b); /* row = 1*/
255 _mm_storel_epi64((__m128i *)(pu1_dst + 3 * dst_strd), src_temp3_4x32b); /* row = 3*/
259 pu1_dst += 8;
264 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update *
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 123 UWORD8 *pu1_dst,
148 pu1_dst[i] = dc_val;
154 pu1_dst[two_nt] = *pu1_top_left;
155 UWORD8 *pu1_dst_tmp2 = pu1_dst;
160 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
195 pu1_ref = pu1_dst[idx];
197 pu1_dst[i] = pu1_ref;
203 pu1_ref = pu1_dst[idx];
205 pu1_dst[i] = pu1_ref;
215 UWORD8 *pu1_dst_const_nt = pu1_dst;
    [all...]
  /external/libavc/common/arm/
ih264_mem_fns_neon.s 54 @* @param[in] pu1_dst
69 @void ih264_memcpy_mul_8(UWORD8 *pu1_dst,
73 @ r0 => *pu1_dst
98 @void ih264_memcpy(UWORD8 *pu1_dst,
102 @ r0 => *pu1_dst
136 @void ih264_memset_mul_8(UWORD8 *pu1_dst,
140 @ r0 => *pu1_dst
166 @void ih264_memset(UWORD8 *pu1_dst,
170 @ r0 => *pu1_dst
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 390 UWORD8 *pu1_src, *pu1_dst; local
396 pu1_dst = (UWORD8 *)pu1_y_dst;
406 memcpy(pu1_dst, pu1_src, num_cols);
407 pu1_dst += dst_strd;
413 pu1_dst = (UWORD8 *)pu1_uv_dst;
423 memcpy(pu1_dst, pu1_src, num_cols);
424 pu1_dst += dst_strd;
489 UWORD8 *pu1_src, *pu1_dst; local
495 pu1_dst = (UWORD8 *)pu1_y_dst;
505 memcpy(pu1_dst, pu1_src, num_cols)
601 UWORD8 *pu1_src, *pu1_dst; local
    [all...]

Completed in 2226 milliseconds

1 23 4 5 6 7