Searched refs:ihevc_memset_mul_8_a9q (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 571 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 …]
|
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()
|