Home
last modified time | relevance | path

Searched refs:ihevc_memset_a9q (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c461 ihevc_memset_a9q(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
472 ihevc_memset_a9q(&pu1_dst[two_nt - 1 - (two_nt - 1)], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
482 ihevc_memset_a9q(&pu1_dst[two_nt + 1], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
491 ihevc_memset_a9q(&pu1_dst[two_nt + 1 + nt], 0, nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
531 ihevc_memset_a9q(&pu1_dst[nt], pu1_dst[nt - 1], nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
540 ihevc_memset_a9q(&pu1_dst[two_nt + 1], pu1_dst[two_nt], nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
545 ihevc_memset_a9q(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt); in ihevc_intra_pred_luma_ref_substitution_a9q()
Dihevc_mem_fns.s177 .global ihevc_memset_a9q symbol
178 .type ihevc_memset_a9q, %function
180 ihevc_memset_a9q: label
/external/libhevc/common/
Dihevc_mem_fns.h107 ihevc_memset_ft ihevc_memset_a9q; variable
/external/libhevc/decoder/arm/
Dihevcd_function_selector_a9q.c131 … ps_codec->s_func_selector.ihevc_memset_fptr = &ihevc_memset_a9q; in ihevcd_init_function_ptr_a9q()