HomeSort by relevance Sort by last modified time
    Searched defs:src_strd (Results 1 - 8 of 8) sorted by null

  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 63 WORD32 num_rows, num_cols, src_strd, dst_strd, cols, rows; local
78 src_strd = src_y_strd;
84 pu1_src += src_strd;
121 src_strd = src_uv_strd;
134 PREFETCH((char const *)(pu1_uv_src + (8 * src_strd)), _MM_HINT_T0)
135 PREFETCH((char const *)(pu1_uv_src + (9 * src_strd)), _MM_HINT_T0)
136 PREFETCH((char const *)(pu1_uv_src + (10 * src_strd)), _MM_HINT_T0)
137 PREFETCH((char const *)(pu1_uv_src + (11 * src_strd)), _MM_HINT_T0)
160 src_uv0_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd)));
161 src_uv1_8x16b = _mm_loadu_si128((__m128i *)(pu1_uv_src_temp + (1 * src_strd) + 16))
    [all...]
  /external/libavc/decoder/
ih264d_format_conv.c 385 WORD32 num_rows, num_cols, src_strd, dst_strd; local
395 src_strd = src_y_strd;
402 pu1_src += src_strd;
412 src_strd = src_uv_strd;
419 pu1_src += src_strd;
482 WORD32 num_rows, num_cols, src_strd, dst_strd; local
492 src_strd = src_y_strd;
499 pu1_src += src_strd;
509 src_strd = src_uv_strd;
521 pu1_src += src_strd;
594 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
  /external/libhevc/decoder/
ihevcd_deblk.c 114 WORD32 src_strd; local
213 src_strd = ps_codec->i4_strd;
233 pu1_src -= 4 * src_strd;
269 pu1_src += 4 * (ctb_size / 4 - row) * src_strd;
271 pu1_src += 4 * bs_tz * src_strd;
327 DUMP_DEBLK_LUMA_VERT(pu1_src, src_strd,
332 ps_codec->s_func_selector.ihevc_deblk_luma_vert_fptr(pu1_src, src_strd,
339 pu1_src += 4 * src_strd;
349 pu1_src -= (src_strd << log2_ctb_size);
469 DUMP_DEBLK_LUMA_HORZ(pu1_src, src_strd,
    [all...]
ihevcd_fmt_conv.c 391 WORD32 num_rows, num_cols, src_strd, dst_strd; local
401 src_strd = src_y_strd;
408 pu1_src += src_strd;
418 src_strd = src_uv_strd;
425 pu1_src += src_strd;
490 WORD32 num_rows, num_cols, src_strd, dst_strd; local
500 src_strd = src_y_strd;
507 pu1_src += src_strd;
517 src_strd = src_uv_strd;
529 pu1_src += src_strd;
603 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 661 WORD32 src_strd, pred_strd, dst_strd; local
816 src_strd = trans_size;
    [all...]
ihevcd_sao.c 88 WORD32 src_strd; local
119 src_strd = ps_sao_ctxt->ps_codec->i4_strd;
225 pu1_src_left_luma[row] = pu1_src_luma[row * src_strd + (sao_wd_luma - 1)];
229 ps_codec->s_func_selector.ihevc_memcpy_fptr(pu1_src_top_luma, &pu1_src_luma[(sao_ht_luma - 1) * src_strd], sao_wd_luma);
270 pu1_src_copy[row * src_strd + col] = pu1_src_tmp[row * tmp_strd + col];
284 pu1_src_tmp += min_cu * src_strd;
292 src_strd,
304 au1_src_bot_left[0] = pu1_src_luma[sao_ht_luma * src_strd - 1];
306 src_strd,
348 pu1_src_tmp[row * src_strd + col] = pu1_src_copy[row * tmp_strd + col]
531 WORD32 src_strd; local
    [all...]
  /external/libmpeg2/common/
ideint_utils.c 113 WORD32 src_strd; local
129 src_strd = ps_src_fld->ai4_strd[i];
136 if((pu1_src != pu1_dst) || ((2 * dst_strd) != src_strd))
175 * @param[in] src_strd
189 WORD32 src_strd,
199 pu1_top += src_strd;
203 pu1_bot += src_strd;
376 * @param[in] src_strd
391 WORD32 src_strd,
412 pu1_row_2 = pu1_src + src_strd;
    [all...]
  /external/libavc/encoder/
ih264e_fmt_conv.c 371 WORD32 num_rows, num_cols, src_strd, dst_strd; local
381 src_strd = src_y_strd;
388 pu1_src += src_strd;
398 src_strd = src_uv_strd;
405 pu1_src += src_strd;
423 WORD32 num_rows, num_cols, src_strd, dst_strd; local
433 src_strd = src_y_strd;
440 pu1_src += src_strd;
450 src_strd = src_uv_strd;
462 pu1_src += src_strd;
483 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]

Completed in 474 milliseconds