/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 125 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/ |
D | pickinter.c | 956 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()
|
D | encodeframe.c | 86 act = vpx_variance16x16(x->src.y_buffer, x->src.y_stride, VP8_VAR_OFFS, 0, in tt_activity_measure()
|
D | onyx_if.c | 1985 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()
|
D | rdopt.c | 1609 var = vpx_variance16x16(*(b->base_src), b->src_stride, x->e_mbd.predictor, in evaluate_inter_mode_rd()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mfqe.c | 169 vdiff = (vpx_variance16x16(y, y_stride, yd, yd_stride, &sse) + 128) >> 8; in mfqe_block()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 644 #define vpx_variance16x16 vpx_variance16x16_c macro
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 644 #define vpx_variance16x16 vpx_variance16x16_c macro
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 644 #define vpx_variance16x16 vpx_variance16x16_c macro
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 644 #define vpx_variance16x16 vpx_variance16x16_c macro
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 685 #define vpx_variance16x16 vpx_variance16x16_c macro
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 751 #define vpx_variance16x16 vpx_variance16x16_neon macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 751 #define vpx_variance16x16 vpx_variance16x16_neon macro
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 815 #define vpx_variance16x16 vpx_variance16x16_msa macro
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 815 #define vpx_variance16x16 vpx_variance16x16_msa macro
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 877 #define vpx_variance16x16 vpx_variance16x16_sse2 macro
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 881 #define vpx_variance16x16 vpx_variance16x16_sse2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2285 BFP(BLOCK_16X16, vpx_sad16x16, vpx_sad16x16_avg, vpx_variance16x16, in vp9_create_compressor()
|