/external/libvpx/config/arm/ |
vp9_rtcd.h | 90 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/config/generic/ |
vp9_rtcd.h | 90 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | 203 add_proto qw/void vp9_minmax_8x8/, "const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max"; 204 specialize qw/vp9_minmax_8x8 sse2/;
|
/external/libvpx/config/arm-neon/ |
vp9_rtcd.h | 97 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/config/arm64/ |
vp9_rtcd.h | 97 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/config/mips32/ |
vp9_rtcd.h | 90 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/config/mips32-dspr2/ |
vp9_rtcd.h | 93 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/config/mips64/ |
vp9_rtcd.h | 90 #define vp9_minmax_8x8 vp9_minmax_8x8_c macro
|
/external/libvpx/config/x86/ |
vp9_rtcd.h | 109 #define vp9_minmax_8x8 vp9_minmax_8x8_sse2 macro
|
/external/libvpx/config/x86_64/ |
vp9_rtcd.h | 110 #define vp9_minmax_8x8 vp9_minmax_8x8_sse2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 555 vp9_minmax_8x8(s + y8_idx * sp + x8_idx, sp, 560 vp9_minmax_8x8(s + y8_idx * sp + x8_idx, sp, [all...] |