Searched refs:pu1_left (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 106 UWORD8 *pu1_left, in ihevc_intra_pred_chroma_ref_substitution_a9q() argument 159 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 160 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 169 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 170 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 400 UWORD8 *pu1_left, in ihevc_intra_pred_luma_ref_substitution_a9q() argument 457 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution_a9q() 468 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution_a9q() 567 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution_a9q() 577 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution_a9q() [all …]
|
D | ihevc_intra_pred_filters_neon_intr.c | 119 UWORD8 *pu1_left, in ihevc_intra_pred_luma_ref_substitution_neonintr() argument 160 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution_neonintr()
|
/external/libhevc/common/ |
D | ihevc_intra_pred_filters.c | 129 UWORD8 *pu1_left, in ihevc_intra_pred_luma_ref_subst_all_avlble() argument 160 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_subst_all_avlble() 165 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_subst_all_avlble() 187 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_subst_all_avlble() 190 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_subst_all_avlble() 203 UWORD8 *pu1_left, in ihevc_intra_pred_luma_ref_substitution() argument 260 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution() 271 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution() 370 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution() 380 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution() [all …]
|
D | ihevc_chroma_intra_pred_filters.c | 137 UWORD8 *pu1_left, in ihevc_intra_pred_chroma_ref_substitution() argument 190 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution() 191 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution() 200 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution() 201 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution()
|
D | ihevc_intra_pred.h | 139 UWORD8 *pu1_left, 149 UWORD8 *pu1_left,
|
D | ihevc_chroma_intra_pred.h | 124 UWORD8 *pu1_left,
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 940 UWORD8 *pu1_top_left, *pu1_top, *pu1_left; in ihevcd_iquant_itrans_recon_ctb() local 966 pu1_left = pu1_pred - 1; in ihevcd_iquant_itrans_recon_ctb() 973 … pu1_top, pu1_left, pred_strd, trans_size, luma_nbr_flags, au1_ref_sub_out, 1); in ihevcd_iquant_itrans_recon_ctb() 977 … pu1_top, pu1_left, pred_strd, trans_size, luma_nbr_flags, au1_ref_sub_out, 1); in ihevcd_iquant_itrans_recon_ctb() 1013 pu1_left = pu1_pred_orig - 2; in ihevcd_iquant_itrans_recon_ctb() 1041 … pu1_top, pu1_left, pic_strd, trans_size, chroma_nbr_flags, au1_ref_sub_out, 1); in ihevcd_iquant_itrans_recon_ctb()
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_ssse3_intr.c | 135 UWORD8 *pu1_left, in ihevc_intra_pred_luma_ref_substitution_ssse3() argument 176 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd]; in ihevc_intra_pred_luma_ref_substitution_ssse3()
|