HomeSort by relevance Sort by last modified time
    Searched refs:variance (Results 1 - 21 of 21) sorted by null

  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 13 #include "variance.h"
31 cpi->rtcd.variance.sad16x16 = vp8_sad16x16_c;
32 cpi->rtcd.variance.sad16x8 = vp8_sad16x8_c;
33 cpi->rtcd.variance.sad8x16 = vp8_sad8x16_c;
34 cpi->rtcd.variance.sad8x8 = vp8_sad8x8_c;
35 cpi->rtcd.variance.sad4x4 = vp8_sad4x4_c;
37 cpi->rtcd.variance.sad16x16x3 = vp8_sad16x16x3_c;
38 cpi->rtcd.variance.sad16x8x3 = vp8_sad16x8x3_c;
39 cpi->rtcd.variance.sad8x16x3 = vp8_sad8x16x3_c;
40 cpi->rtcd.variance.sad8x8x3 = vp8_sad8x8x3_c
    [all...]
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 14 #include "variance.h"
32 /*cpi->rtcd.variance.sad16x16 = vp8_sad16x16_c;
33 cpi->rtcd.variance.sad16x8 = vp8_sad16x8_c;
34 cpi->rtcd.variance.sad8x16 = vp8_sad8x16_c;
35 cpi->rtcd.variance.sad8x8 = vp8_sad8x8_c;
36 cpi->rtcd.variance.sad4x4 = vp8_sad4x4_c;*/
38 /*cpi->rtcd.variance.var4x4 = vp8_variance4x4_c;
39 cpi->rtcd.variance.var8x8 = vp8_variance8x8_c;
40 cpi->rtcd.variance.var8x16 = vp8_variance8x16_c;
41 cpi->rtcd.variance.var16x8 = vp8_variance16x8_c
    [all...]
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 14 #include "variance.h"
223 cpi->rtcd.variance.sad16x16 = vp8_sad16x16_mmx;
224 cpi->rtcd.variance.sad16x8 = vp8_sad16x8_mmx;
225 cpi->rtcd.variance.sad8x16 = vp8_sad8x16_mmx;
226 cpi->rtcd.variance.sad8x8 = vp8_sad8x8_mmx;
227 cpi->rtcd.variance.sad4x4 = vp8_sad4x4_mmx;
229 cpi->rtcd.variance.var4x4 = vp8_variance4x4_mmx;
230 cpi->rtcd.variance.var8x8 = vp8_variance8x8_mmx;
231 cpi->rtcd.variance.var8x16 = vp8_variance8x16_mmx;
232 cpi->rtcd.variance.var16x8 = vp8_variance16x8_mmx
    [all...]
  /external/libvpx/vp8/encoder/
picklpf.c 195 best_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance));
212 filt_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance));
249 filt_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance));
355 best_err = vp8_calc_ss_err(sd, cm->frame_to_show, IF_RTCD(&cpi->rtcd.variance));
396 filt_err = vp8_calc_ss_err(sd, cm->frame_to_show, IF_RTCD(&cpi->rtcd.variance));
436 filt_err = vp8_calc_ss_err(sd, cm->frame_to_show, IF_RTCD(&cpi->rtcd.variance));
onyx_if.c     [all...]
pickinter.c 25 #include "variance.h"
200 distortion = get_prediction_error(be, b, &rtcd->variance);
624 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
653 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
810 sse2 = VP8_UVSSE(x, IF_RTCD(&cpi->rtcd.variance));
onyx_int.h 22 #include "variance.h"
225 vp8_variance_rtcd_vtable_t variance; member in struct:VP8_ENCODER_RTCD
rdopt.c 32 #include "variance.h"
785 VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16var)(x->src.y_buffer, x->src.y_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride, &distortion, &dummy);
872 distortion = vp8_get_mbuvrecon_error(IF_RTCD(&cpi->rtcd.variance), x);
    [all...]
firstpass.c 16 #include "variance.h"
97 intra_pred_var = VARIANCE_INVOKE(&cpi->rtcd.variance, getmbss)(x->src_diff);
448 VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16) ( src_ptr, src_stride, ref_ptr, ref_stride, (unsigned int *)(best_motion_err));
468 // override the default variance function to use MSE
469 v_fn_ptr.vf = VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16);
    [all...]
encodeframe.c     [all...]
  /external/webkit/SunSpider/resources/
sunspider-analyze-results.js 131 variance = deltaSquaredSum / (items.length - 1);
132 return Math.sqrt(variance);
sunspider-compare-results.js 194 variance = deltaSquaredSum / (items.length - 1);
195 return Math.sqrt(variance);
  /external/libvpx/vp8/
vp8cx.mk 66 VP8_CX_SRCS-yes += encoder/variance.h
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 243 pandn xmm4, xmm5 ; high edge variance additive
310 ; calculate breakout conditions and high edge variance
368 ; calculate breakout conditions and high edge variance
606 ; calculate breakout conditions and high edge variance
664 ; calculate breakout conditions and high edge variance
    [all...]
loopfilter_mmx.asm 135 ; calculate high edge variance
193 pandn mm4, mm5 ; high edge variance additive
431 ; calculate high edge variance
514 pandn mm4, mm5 ; high edge variance additive
735 ; calculate high edge variance
    [all...]
  /external/chromium/base/
histogram.cc 331 double variance = static_cast<float>(snapshot.square_sum())/sample_count local
333 double standard_deviation = sqrt(variance);
tracked_objects.cc 41 double variance = static_cast<float>(square_duration_)/count_ local
43 return sqrt(variance);
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 157 ;calculate high edge variance
367 ;calculate high edge variance
690 ;calculate high edge variance
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 474 ;# add outer taps if we have high edge variance
498 ;# only apply wider filter if not high edge variance
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 146 milliseconds