Searched refs:ihevc_memset_16bit_a9q (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 217 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() 321 … ihevc_memset_16bit_a9q((UWORD16 *)(pu1_dst + (2 * nbr_id_from_bl)), pu2_dst[0], 4); in ihevc_intra_pred_chroma_ref_substitution_a9q() 387 … ihevc_memset_16bit_a9q((UWORD16 *)(pu1_dst + (2 * nbr_id_from_bl)), pu2_dst[0], 4); in ihevc_intra_pred_chroma_ref_substitution_a9q()
|
D | ihevc_mem_fns.s | 249 .global ihevc_memset_16bit_a9q symbol 250 .type ihevc_memset_16bit_a9q, %function 252 ihevc_memset_16bit_a9q: label
|
/external/libhevc/common/ |
D | ihevc_mem_fns.h | 109 ihevc_memset_16bit_ft ihevc_memset_16bit_a9q; variable
|
/external/libhevc/decoder/arm/ |
D | ihevcd_function_selector_a9q.c | 133 …odec->s_func_selector.ihevc_memset_16bit_fptr = &ihevc_memset_16bit_a9q; in ihevcd_init_function_ptr_a9q()
|