HomeSort by relevance Sort by last modified time
    Searched refs:pu1_pred_buf (Results 1 - 7 of 7) sorted by null

  /external/libhevc/encoder/
ihevce_chroma_had_satd.c 84 * @param[in] pu1_pred_buf
107 UWORD8 *pu1_pred_buf,
121 diff[k + 0] = pu1_origin[2 * 0] - pu1_pred_buf[2 * 0];
122 diff[k + 1] = pu1_origin[2 * 1] - pu1_pred_buf[2 * 1];
123 diff[k + 2] = pu1_origin[2 * 2] - pu1_pred_buf[2 * 2];
124 diff[k + 3] = pu1_origin[2 * 3] - pu1_pred_buf[2 * 3];
126 pu1_pred_buf += pred_strd;
223 * @param[in] pu1_pred_buf
246 UWORD8 *pu1_pred_buf,
260 diff[k + 0] = pu1_origin[2 * 0] - pu1_pred_buf[2 * 0]
    [all...]
ihevce_had_satd.h 76 UWORD8 *pu1_pred_buf,
84 UWORD8 *pu1_pred_buf,
92 UWORD8 *pu1_pred_buf,
100 UWORD8 *pu1_pred_buf,
108 UWORD8 *pu1_pred_buf,
ihevce_had_satd.c 333 * @param[in] pu1_pred_buf
358 UWORD8 *pu1_pred_buf,
369 ihevce_hadamard_4x4_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 4);
392 * @param[in] pu1_pred_buf
417 UWORD8 *pu1_pred_buf,
428 ihevce_hadamard_8x8_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 8);
451 * @param[in] pu1_pred_buf
476 UWORD8 *pu1_pred_buf,
487 ihevce_hadamard_8x8_8bit(pu1_origin, src_strd, pu1_pred_buf, pred_strd, v, 8);
511 * @param[in] pu1_pred_buf
    [all...]
ihevce_ipe_structs.h 109 UWORD8 *pu1_pred_buf,
hme_err_compute.c 525 U08 *pu1_pred_buf; local
533 pu1_pred_buf = ps_prms->pu1_ref;
540 u1_pi1 = pu1_pred_buf;
    [all...]
  /external/libhevc/encoder/arm/
ihevce_had_compute_neon.c 465 UWORD8 *pu1_pred_buf,
472 return ihevce_HAD_4x4_8bit_plane_neon(pu1_origin, src_strd, pu1_pred_buf, pred_strd, 1, 1);
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 382 vtrn.32 d29, d30 @ D29 -- row III and IV of pu1_pred_buf
    [all...]

Completed in 468 milliseconds