Searched refs:vpx_sad8x8 (Results 1 - 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
H A D | mfqe.c | 165 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6; 166 vsad = (vpx_sad8x8(v, uv_stride, vd, uvd_stride)+ 32) >> 6; 181 sad = (vpx_sad8x8(y, y_stride, yd, yd_stride) + 32) >> 6;
|
/external/libvpx/libvpx/vpx_dsp/ |
H A D | vpx_dsp_rtcd_defs.pl | 968 add_proto qw/unsigned int vpx_sad8x8/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 969 specialize qw/vpx_sad8x8 mmx neon msa/, "$sse2_x86inc";
|
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 503 #define vpx_sad8x8 vpx_sad8x8_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 503 #define vpx_sad8x8 vpx_sad8x8_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 503 #define vpx_sad8x8 vpx_sad8x8_c macro
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 505 #define vpx_sad8x8 vpx_sad8x8_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 575 #define vpx_sad8x8 vpx_sad8x8_neon macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 567 #define vpx_sad8x8 vpx_sad8x8_neon macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 539 #define vpx_sad8x8 vpx_sad8x8_c macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 644 #define vpx_sad8x8 vpx_sad8x8_sse2 macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 649 #define vpx_sad8x8 vpx_sad8x8_sse2 macro
|
/external/libvpx/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 2120 cpi->fn_ptr[BLOCK_8X8].sdf = vpx_sad8x8;
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 1896 BFP(BLOCK_8X8, vpx_sad8x8, vpx_sad8x8_avg,
|
Completed in 196 milliseconds