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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
sixtap_predict_test.cc 198 const sixtap_predict_fn_t sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 198 const sixtap_predict_fn_t sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sixtap_predict_test.cc 198 const sixtap_predict_fn_t sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp8_rtcd.h 298 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
299 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vp8_rtcd.h 344 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
345 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
vpx_rtcd.h 163 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 314 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
315 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 138 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
139 #define vp8_sixtap_predict8x8 vp8_sixtap_predict8x8_neon
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict8x8_neon.asm 12 EXPORT |vp8_sixtap_predict8x8_neon|
36 |vp8_sixtap_predict8x8_neon| PROC
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict8x8_neon.asm 12 EXPORT |vp8_sixtap_predict8x8_neon|
36 |vp8_sixtap_predict8x8_neon| PROC
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vp8_rtcd.h 344 void vp8_sixtap_predict8x8_neon(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
sixtappredict_neon.c 801 void vp8_sixtap_predict8x8_neon( function
    [all...]

Completed in 225 milliseconds