/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | 284 add_proto qw/void vp9_fht8x8/, "const int16_t *input, tran_low_t *output, int stride, int tx_type"; 285 specialize qw/vp9_fht8x8 sse2/; 296 add_proto qw/void vp9_fht8x8/, "const int16_t *input, tran_low_t *output, int stride, int tx_type"; 297 specialize qw/vp9_fht8x8 sse2 msa/;
|
/external/libvpx/config/arm/ |
vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/generic/ |
vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/arm-neon/ |
vp9_rtcd.h | 60 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/arm64/ |
vp9_rtcd.h | 60 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/mips32/ |
vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/mips32-dspr2/ |
vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/mips64/ |
vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/x86/ |
vp9_rtcd.h | 66 #define vp9_fht8x8 vp9_fht8x8_sse2 macro
|
/external/libvpx/config/x86_64/ |
vp9_rtcd.h | 66 #define vp9_fht8x8 vp9_fht8x8_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 | 553 vp9_fht8x8(src_diff, coeff, diff_stride, tx_type);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | [all...] |