Searched refs:ihevc_memset_mul_8_a9q (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 566 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q() 578 ihevc_memset_mul_8_a9q(&pu1_dst[nt - 8], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() 588 ihevc_memset_mul_8_a9q(&pu1_dst[0], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() 599 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt + 1], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q() 608 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt + 1 + nt], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q() 663 ihevc_memset_mul_8_a9q(pu1_dst + nbr_id_from_bl, pu1_ref, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() 690 ihevc_memset_mul_8_a9q(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q() 702 ihevc_memset_mul_8_a9q(&pu1_dst[24], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() 712 ihevc_memset_mul_8_a9q(&pu1_dst[16], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() 722 ihevc_memset_mul_8_a9q(&pu1_dst[8], 0, 8); in ihevc_intra_pred_luma_ref_substitution_a9q() [all …]
|
D | ihevc_mem_fns.s | 148 .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/ |
D | ihevc_mem_fns.h | 108 ihevc_memset_mul_8_ft ihevc_memset_mul_8_a9q; variable
|
/external/libhevc/decoder/arm/ |
D | ihevcd_function_selector_a9q.c | 130 …odec->s_func_selector.ihevc_memset_mul_8_fptr = &ihevc_memset_mul_8_a9q; in ihevcd_init_function_ptr_a9q()
|
/external/libhevc/encoder/ |
D | ihevce_function_selector.c | 400 ps_enc_ctxt->s_func_selector.ihevc_memset_mul_8_fptr = &ihevc_memset_mul_8_a9q; in ihevce_init_function_ptr_a9q()
|