Home
last modified time | relevance | path

Searched refs:vpx_sub_pixel_variance8x16 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h1435 #define vpx_sub_pixel_variance8x16 vpx_sub_pixel_variance8x16_c macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h1654 #define vpx_sub_pixel_variance8x16 vpx_sub_pixel_variance8x16_neon macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h1654 #define vpx_sub_pixel_variance8x16 vpx_sub_pixel_variance8x16_neon macro
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2029 cpi->fn_ptr[BLOCK_8X16].svf = vpx_sub_pixel_variance8x16; in vp8_create_compressor()
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1885 #define vpx_sub_pixel_variance8x16 vpx_sub_pixel_variance8x16_ssse3 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1892 #define vpx_sub_pixel_variance8x16 vpx_sub_pixel_variance8x16_ssse3 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2605 vpx_sub_pixel_variance8x16, vpx_sub_pixel_avg_variance8x16, in vp9_create_compressor()