Searched refs:vp9_fht8x8 (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | 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/ |
H A D | vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/generic/ |
H A D | vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vp9_rtcd.h | 60 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/arm64/ |
H A D | vp9_rtcd.h | 60 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/mips32/ |
H A D | vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/mips64/ |
H A D | vp9_rtcd.h | 57 #define vp9_fht8x8 vp9_fht8x8_c macro
|
/external/libvpx/config/x86/ |
H A D | vp9_rtcd.h | 66 #define vp9_fht8x8 vp9_fht8x8_sse2 macro
|
/external/libvpx/config/x86_64/ |
H A D | vp9_rtcd.h | 66 #define vp9_fht8x8 vp9_fht8x8_sse2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encodemb.c | 928 vp9_fht8x8(src_diff, coeff, diff_stride, tx_type);
|
Completed in 36 milliseconds