Searched refs:vpx_sub_pixel_avg_variance64x64 (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
H A D | vpx_dsp_rtcd_defs.pl | 1439 add_proto qw/uint32_t vpx_sub_pixel_avg_variance64x64/, "const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred"; 1440 specialize qw/vpx_sub_pixel_avg_variance64x64 avx2 msa/, "$sse2_x86inc", "$ssse3_x86inc";
|
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 563 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 563 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 563 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 565 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 635 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 627 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 599 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 728 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_ssse3 macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 733 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_ssse3 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 1878 vpx_sub_pixel_avg_variance64x64, vpx_sad64x64x3, vpx_sad64x64x8,
|
Completed in 122 milliseconds