/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | 287 add_proto qw/void vp9_fht16x16/, "const int16_t *input, tran_low_t *output, int stride, int tx_type"; 288 specialize qw/vp9_fht16x16 sse2/; 299 add_proto qw/void vp9_fht16x16/, "const int16_t *input, tran_low_t *output, int stride, int tx_type"; 300 specialize qw/vp9_fht16x16 sse2 msa/;
|
/external/libvpx/config/arm/ |
vp9_rtcd.h | 51 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/generic/ |
vp9_rtcd.h | 51 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/arm-neon/ |
vp9_rtcd.h | 54 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/arm64/ |
vp9_rtcd.h | 54 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/mips32/ |
vp9_rtcd.h | 51 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/mips32-dspr2/ |
vp9_rtcd.h | 51 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/mips64/ |
vp9_rtcd.h | 51 #define vp9_fht16x16 vp9_fht16x16_c macro
|
/external/libvpx/config/x86/ |
vp9_rtcd.h | 58 #define vp9_fht16x16 vp9_fht16x16_sse2 macro
|
/external/libvpx/config/x86_64/ |
vp9_rtcd.h | 58 #define vp9_fht16x16 vp9_fht16x16_sse2 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemb.c | 533 vp9_fht16x16(src_diff, coeff, diff_stride, tx_type);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | [all...] |