Searched refs:vpx_sub_pixel_avg_variance4x8 (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
H A D | vpx_dsp_rtcd_defs.pl | 1472 add_proto qw/uint32_t vpx_sub_pixel_avg_variance4x8/, "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"; 1473 specialize qw/vpx_sub_pixel_avg_variance4x8 msa/, "$sse_x86inc", "$ssse3_x86inc";
|
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 557 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 557 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 557 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 559 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 629 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 621 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 593 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 718 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_ssse3 macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 723 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_ssse3 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 1907 vpx_sub_pixel_avg_variance4x8, NULL, vpx_sad4x8x8, vpx_sad4x8x4d)
|
Completed in 106 milliseconds