HomeSort by relevance Sort by last modified time
    Searched refs:ihevc_memset_a9q (Results 1 - 4 of 4) sorted by null

  /external/libhevc/common/arm/
ihevc_mem_fns.s 177 .global ihevc_memset_a9q
178 .type ihevc_memset_a9q, %function
180 ihevc_memset_a9q: label
ihevc_intra_ref_substitution_a9q.c 461 ihevc_memset_a9q(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt);
472 ihevc_memset_a9q(&pu1_dst[two_nt - 1 - (two_nt - 1)], 0, nt);
482 ihevc_memset_a9q(&pu1_dst[two_nt + 1], 0, nt);
491 ihevc_memset_a9q(&pu1_dst[two_nt + 1 + nt], 0, nt);
531 ihevc_memset_a9q(&pu1_dst[nt], pu1_dst[nt - 1], nt);
540 ihevc_memset_a9q(&pu1_dst[two_nt + 1], pu1_dst[two_nt], nt);
545 ihevc_memset_a9q(&pu1_dst[three_nt + 1], pu1_dst[three_nt], nt);
  /external/libhevc/common/
ihevc_mem_fns.h 107 ihevc_memset_ft ihevc_memset_a9q; variable
  /external/libhevc/decoder/arm/
ihevcd_function_selector_a9q.c 131 ps_codec->s_func_selector.ihevc_memset_fptr = &ihevc_memset_a9q;

Completed in 114 milliseconds