Searched refs:vp9_dc_predictor_16x16 (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl165 add_proto qw/void vp9_dc_predictor_16x16/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
166 specialize qw/vp9_dc_predictor_16x16 dspr2/, "$sse2_x86inc";
/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl157 add_proto qw/void vp9_dc_predictor_16x16/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
158 specialize qw/vp9_dc_predictor_16x16 dspr2/, "$sse2_x86inc";
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h164 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h164 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h164 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h164 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h164 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/libvpx/armv7a/
H A Dvp9_rtcd.h165 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/libvpx/generic/
H A Dvp9_rtcd.h165 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h165 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h195 RTCD_EXTERN void (*vp9_dc_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable
926 vp9_dc_predictor_16x16 = vp9_dc_predictor_16x16_c;
927 if (flags & HAS_SSE2) vp9_dc_predictor_16x16 = vp9_dc_predictor_16x16_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h195 RTCD_EXTERN void (*vp9_dc_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); variable
926 vp9_dc_predictor_16x16 = vp9_dc_predictor_16x16_c;
927 if (flags & HAS_SSE2) vp9_dc_predictor_16x16 = vp9_dc_predictor_16x16_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h172 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h172 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h173 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h174 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_dspr2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h176 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h195 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h195 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h195 #define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_sse2 macro

Completed in 77 milliseconds