Home
last modified time | relevance | path

Searched refs:vpx_sad16x16 (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c72 return vpx_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride, in do_16x16_motion_iteration()
85 err = vpx_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride, in do_16x16_motion_search()
121 err = vpx_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride, in do_16x16_zerozero_search()
143 err = vpx_sad16x16(x->plane[0].src.buf, x->plane[0].src.stride, in find_best_16x16_intra()
Dvp9_encoder.c2285 BFP(BLOCK_16X16, vpx_sad16x16, vpx_sad16x16_avg, vpx_variance16x16, in vp9_create_compressor()
/external/libvpx/libvpx/vp8/common/
Dmfqe.c135 sad = (vpx_sad16x16(y, y_stride, yd, yd_stride) + 128) >> 8; in multiframe_quality_enhance_block()
/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c170 sad = (vpx_sad16x16(y, y_stride, yd, yd_stride) + 128) >> 8; in mfqe_block()
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h350 #define vpx_sad16x16 vpx_sad16x16_c macro
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h350 #define vpx_sad16x16 vpx_sad16x16_c macro
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h350 #define vpx_sad16x16 vpx_sad16x16_c macro
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h350 #define vpx_sad16x16 vpx_sad16x16_c macro
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h389 #define vpx_sad16x16 vpx_sad16x16_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h426 #define vpx_sad16x16 vpx_sad16x16_neon macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h426 #define vpx_sad16x16 vpx_sad16x16_neon macro
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h429 #define vpx_sad16x16 vpx_sad16x16_msa macro
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h429 #define vpx_sad16x16 vpx_sad16x16_msa macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h473 #define vpx_sad16x16 vpx_sad16x16_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h477 #define vpx_sad16x16 vpx_sad16x16_sse2 macro
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1984 cpi->fn_ptr[BLOCK_16X16].sdf = vpx_sad16x16; in vp8_create_compressor()