HomeSort by relevance Sort by last modified time
    Searched refs:vp9_idct8x8_64_add (Results 1 - 25 of 32) sorted by null

1 2

  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 313 add_proto qw/void vp9_idct8x8_64_add/, "const int16_t *input, uint8_t *dest, int dest_stride";
314 specialize qw/vp9_idct8x8_64_add sse2 neon dspr2/;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl 313 add_proto qw/void vp9_idct8x8_64_add/, "const int16_t *input, uint8_t *dest, int dest_stride";
314 specialize qw/vp9_idct8x8_64_add sse2 neon dspr2/;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp9_rtcd.h 320 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_rtcd_defs.pl 343 add_proto qw/void vp9_idct8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
344 specialize qw/vp9_idct8x8_64_add/;
396 add_proto qw/void vp9_idct8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
397 specialize qw/vp9_idct8x8_64_add sse2 neon_asm dspr2/, "$ssse3_x86_64";
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp9_rtcd.h 244 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h 262 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_neon macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp9_rtcd.h 244 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp9_rtcd.h 244 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vp9_rtcd.h 306 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vp9_rtcd.h 318 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride); variable
    [all...]
  /external/libvpx/x86/
vp9_rtcd.h 251 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_sse2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h 270 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_dspr2 macro
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vp9_rtcd.h 279 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp9_rtcd.h 283 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vp9_rtcd.h 279 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vp9_rtcd.h 279 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vp9_rtcd.h 279 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/nacl/
vp9_rtcd.h 279 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/libvpx/armv7a/
vp9_rtcd.h 276 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/libvpx/generic/
vp9_rtcd.h 276 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/libvpx/mips/
vp9_rtcd.h 276 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/ia32/
vp9_rtcd.h 348 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp9_rtcd.h 351 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp9_rtcd.h 351 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/ia32/
vp9_rtcd.h 348 RTCD_EXTERN void (*vp9_idct8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride); variable
    [all...]

Completed in 114 milliseconds

1 2