Searched refs:vpx_variance64x64 (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mfqe.c | 175 vdiff = (vpx_variance64x64(y, y_stride, yd, yd_stride, &sse) + 2048) >> 12; in mfqe_block()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 671 #define vpx_variance64x64 vpx_variance64x64_c macro
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 671 #define vpx_variance64x64 vpx_variance64x64_c macro
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 671 #define vpx_variance64x64 vpx_variance64x64_c macro
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 671 #define vpx_variance64x64 vpx_variance64x64_c macro
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 712 #define vpx_variance64x64 vpx_variance64x64_c macro
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 787 #define vpx_variance64x64 vpx_variance64x64_neon macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 787 #define vpx_variance64x64 vpx_variance64x64_neon macro
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 851 #define vpx_variance64x64 vpx_variance64x64_msa macro
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 851 #define vpx_variance64x64 vpx_variance64x64_msa macro
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 913 #define vpx_variance64x64 vpx_variance64x64_sse2 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 917 #define vpx_variance64x64 vpx_variance64x64_sse2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2281 BFP(BLOCK_64X64, vpx_sad64x64, vpx_sad64x64_avg, vpx_variance64x64, in vp9_create_compressor()
|
D | vp9_encodeframe.c | 1011 tmp_variance = vpx_variance64x64(src_y, src_ystride, last_src_y, in avg_source_sad()
|