Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c217 ihevc_memset_16bit_a9q((UWORD16 *)pu1_dst, pu2_dst[0], idx); in ihevc_intra_pred_chroma_ref_substitution_a9q()
225 ihevc_memset_16bit_a9q((UWORD16 *)pu1_dst, pu2_dst[0], idx); in ihevc_intra_pred_chroma_ref_substitution_a9q()
232 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(2 * nt)], pu2_dst[0], nt); in ihevc_intra_pred_chroma_ref_substitution_a9q()
244 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(4 * nt) + 2], pu2_dst[0], nt); in ihevc_intra_pred_chroma_ref_substitution_a9q()
251 ihevc_memset_16bit_a9q((UWORD16 *)&pu1_dst[(6 * nt) + 2], pu2_dst[0], nt); in ihevc_intra_pred_chroma_ref_substitution_a9q()
321ihevc_memset_16bit_a9q((UWORD16 *)(pu1_dst + (2 * nbr_id_from_bl)), pu2_dst[0], 4); in ihevc_intra_pred_chroma_ref_substitution_a9q()
387ihevc_memset_16bit_a9q((UWORD16 *)(pu1_dst + (2 * nbr_id_from_bl)), pu2_dst[0], 4); in ihevc_intra_pred_chroma_ref_substitution_a9q()
Dihevc_mem_fns.s249 .global ihevc_memset_16bit_a9q symbol
250 .type ihevc_memset_16bit_a9q, %function
252 ihevc_memset_16bit_a9q: label
/external/libhevc/common/
Dihevc_mem_fns.h109 ihevc_memset_16bit_ft ihevc_memset_16bit_a9q; variable
/external/libhevc/decoder/arm/
Dihevcd_function_selector_a9q.c133 …odec->s_func_selector.ihevc_memset_16bit_fptr = &ihevc_memset_16bit_a9q; in ihevcd_init_function_ptr_a9q()