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

  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 81 * @param[in] pu1_left
106 UWORD8 *pu1_left,
159 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples
160 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples
169 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples
170 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples
400 UWORD8 *pu1_left,
457 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
468 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
567 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]
    [all...]
ihevc_intra_pred_filters_neon_intr.c 93 * @param[in] pu1_left
119 UWORD8 *pu1_left,
160 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
    [all...]
  /external/libhevc/common/
ihevc_intra_pred_filters.c 105 * @param[in] pu1_left
129 UWORD8 *pu1_left,
160 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
165 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
187 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
190 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
203 UWORD8 *pu1_left,
260 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
271 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
370 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]
    [all...]
ihevc_chroma_intra_pred_filters.c 111 * @param[in] pu1_left
137 UWORD8 *pu1_left,
190 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples
191 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples
200 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples
201 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples
    [all...]
ihevc_intra_pred.h 139 UWORD8 *pu1_left,
149 UWORD8 *pu1_left,
ihevc_chroma_intra_pred.h 124 UWORD8 *pu1_left,
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 940 UWORD8 *pu1_top_left, *pu1_top, *pu1_left; local
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_ssse3_intr.c 110 * @param[in] pu1_left
135 UWORD8 *pu1_left,
176 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
    [all...]

Completed in 1069 milliseconds