Home
last modified time | relevance | path

Searched refs:vpx_variance16x16 (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dmfqe.c125 actd = (vpx_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse) + 128) >> 8; in multiframe_quality_enhance_block()
126 act = (vpx_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse) + 128) >> 8; in multiframe_quality_enhance_block()
128 vpx_variance16x16(y, y_stride, yd, yd_stride, &sse); in multiframe_quality_enhance_block()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c956 distortion2 = vpx_variance16x16(*(b->base_src), b->src_stride, in vp8_pick_inter_mode()
980 distortion2 = vpx_variance16x16(*(b->base_src), b->src_stride, in vp8_pick_inter_mode()
1411 distortion = vpx_variance16x16(*(b->base_src), b->src_stride, xd->predictor, in vp8_pick_intra_mode()
Dencodeframe.c86 act = vpx_variance16x16(x->src.y_buffer, x->src.y_stride, VP8_VAR_OFFS, 0, in tt_activity_measure()
Donyx_if.c1985 cpi->fn_ptr[BLOCK_16X16].vf = vpx_variance16x16; in vp8_create_compressor()
3114 vpx_variance16x16(src + j, ystride, dst + j, ystride, &sse); in process_denoiser_mode_change()
3121 vpx_variance16x16(src + j, ystride, const_source, 0, &sse2); in process_denoiser_mode_change()
Drdopt.c1609 var = vpx_variance16x16(*(b->base_src), b->src_stride, x->e_mbd.predictor, in evaluate_inter_mode_rd()
/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c169 vdiff = (vpx_variance16x16(y, y_stride, yd, yd_stride, &sse) + 128) >> 8; in mfqe_block()
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h644 #define vpx_variance16x16 vpx_variance16x16_c macro
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h644 #define vpx_variance16x16 vpx_variance16x16_c macro
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h644 #define vpx_variance16x16 vpx_variance16x16_c macro
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h644 #define vpx_variance16x16 vpx_variance16x16_c macro
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h685 #define vpx_variance16x16 vpx_variance16x16_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h751 #define vpx_variance16x16 vpx_variance16x16_neon macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h751 #define vpx_variance16x16 vpx_variance16x16_neon macro
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h815 #define vpx_variance16x16 vpx_variance16x16_msa macro
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h815 #define vpx_variance16x16 vpx_variance16x16_msa macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h877 #define vpx_variance16x16 vpx_variance16x16_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h881 #define vpx_variance16x16 vpx_variance16x16_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2285 BFP(BLOCK_16X16, vpx_sad16x16, vpx_sad16x16_avg, vpx_variance16x16, in vp9_create_compressor()