Home
last modified time | relevance | path

Searched refs:ihevc_memset_mul_8_a9q (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c571 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
583 ihevc_memset_mul_8_a9q(&pu1_dst[nt - 8], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q()
593 ihevc_memset_mul_8_a9q(&pu1_dst[0], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q()
604 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt + 1], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
613 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt + 1 + nt], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
668 ihevc_memset_mul_8_a9q(pu1_dst + nbr_id_from_bl, pu1_ref, 8); in ihevc_intra_pred_luma_ref_substitution_a9q()
695 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
707 ihevc_memset_mul_8_a9q(&pu1_dst[24], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q()
717 ihevc_memset_mul_8_a9q(&pu1_dst[16], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q()
727 ihevc_memset_mul_8_a9q(&pu1_dst[8], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q()
[all …]
Dihevc_mem_fns.s148 .global ihevc_memset_mul_8_a9q symbol
149 .type ihevc_memset_mul_8_a9q, %function
151 ihevc_memset_mul_8_a9q: label
/external/libhevc/common/
Dihevc_mem_fns.h108 ihevc_memset_mul_8_ft ihevc_memset_mul_8_a9q; variable
/external/libhevc/decoder/arm/
Dihevcd_function_selector_a9q.c130 …odec->s_func_selector.ihevc_memset_mul_8_fptr = &ihevc_memset_mul_8_a9q; in ihevcd_init_function_ptr_a9q()
/external/libhevc/encoder/
Dihevce_function_selector.c400 ps_enc_ctxt->s_func_selector.ihevc_memset_mul_8_fptr = &ihevc_memset_mul_8_a9q; in ihevce_init_function_ptr_a9q()