/external/libvpx/x86/ |
H A D | vp9_rtcd.h | 201 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
H A D | vp9_rtcd.h | 240 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
H A D | vp9_rtcd.h | 254 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_neon macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
H A D | vp9_rtcd.h | 254 RTCD_EXTERN void (*vp9_h_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable 766 vp9_h_predictor_32x32 = vp9_h_predictor_32x32_c; 767 if (flags & HAS_NEON) vp9_h_predictor_32x32 = vp9_h_predictor_32x32_neon;
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
H A D | vp9_rtcd.h | 244 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
H A D | vp9_rtcd.h | 240 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
H A D | vp9_rtcd.h | 294 RTCD_EXTERN void (*vp9_h_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable 984 vp9_h_predictor_32x32 = vp9_h_predictor_32x32_c; 985 if (flags & HAS_SSSE3) vp9_h_predictor_32x32 = vp9_h_predictor_32x32_ssse3;
|
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
H A D | vp9_rtcd.h | 240 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
H A D | vp9_rtcd.h | 240 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
H A D | vp9_rtcd.h | 295 RTCD_EXTERN void (*vp9_h_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable 942 vp9_h_predictor_32x32 = vp9_h_predictor_32x32_c; 943 if (flags & HAS_SSSE3) vp9_h_predictor_32x32 = vp9_h_predictor_32x32_ssse3;
|
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
H A D | vp9_rtcd.h | 266 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
H A D | vp9_rtcd.h | 295 RTCD_EXTERN void (*vp9_h_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable 942 vp9_h_predictor_32x32 = vp9_h_predictor_32x32_c; 943 if (flags & HAS_SSSE3) vp9_h_predictor_32x32 = vp9_h_predictor_32x32_ssse3;
|
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
H A D | vp9_rtcd.h | 240 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
H A D | vp9_rtcd.h | 294 RTCD_EXTERN void (*vp9_h_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable 984 vp9_h_predictor_32x32 = vp9_h_predictor_32x32_c; 985 if (flags & HAS_SSSE3) vp9_h_predictor_32x32 = vp9_h_predictor_32x32_ssse3;
|
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
H A D | vp9_rtcd.h | 295 RTCD_EXTERN void (*vp9_h_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable 942 vp9_h_predictor_32x32 = vp9_h_predictor_32x32_c; 943 if (flags & HAS_SSSE3) vp9_h_predictor_32x32 = vp9_h_predictor_32x32_ssse3;
|
/external/libvpx/armv7a/ |
H A D | vp9_rtcd.h | 237 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/libvpx/armv7a-neon/ |
H A D | vp9_rtcd.h | 247 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_neon macro
|
/external/libvpx/generic/ |
H A D | vp9_rtcd.h | 237 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/libvpx/mips/ |
H A D | vp9_rtcd.h | 237 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|
/external/libvpx/mips-dspr2/ |
H A D | vp9_rtcd.h | 249 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c macro
|