Searched refs:vp9_dc_predictor_32x32 (Results 1 - 22 of 22) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl196 add_proto qw/void vp9_dc_predictor_32x32/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
197 specialize qw/vp9_dc_predictor_32x32/, "$sse2_x86inc";
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl215 add_proto qw/void vp9_dc_predictor_32x32/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
216 specialize qw/vp9_dc_predictor_32x32/, "$sse2_x86inc";
/external/libvpx/x86/
H A Dvp9_rtcd.h175 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h159 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h159 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h159 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h159 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h159 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h159 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/libvpx/armv7a/
H A Dvp9_rtcd.h168 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/libvpx/generic/
H A Dvp9_rtcd.h168 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h168 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h191 RTCD_EXTERN void (*vp9_dc_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable
941 vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_c;
942 if (flags & HAS_SSE2) vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h191 RTCD_EXTERN void (*vp9_dc_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable
941 vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_c;
942 if (flags & HAS_SSE2) vp9_dc_predictor_32x32 = vp9_dc_predictor_32x32_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h167 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h176 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h177 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h167 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h171 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h191 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h191 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h191 #define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_sse2 macro

Completed in 647 milliseconds