Home
last modified time | relevance | path

Searched refs:getmbss (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/x86/
Dx86_csystemdependent.c222 cpi->rtcd.variance.getmbss = vp8_get_mb_ss_mmx; in vp8_arch_x86_encoder_init()
273 cpi->rtcd.variance.getmbss = vp8_get_mb_ss_sse2; in vp8_arch_x86_encoder_init()
/external/libvpx/vp8/encoder/generic/
Dcsystemdependent.c70 cpi->rtcd.variance.getmbss = vp8_get_mb_ss_c; in vp8_cmachine_specific_config()
/external/libvpx/vp8/encoder/
Dvariance.h368 vp8_getmbss_fn_t getmbss; member
Dfirstpass.c110 intra_pred_var = VARIANCE_INVOKE(&cpi->rtcd.variance, getmbss)(x->src_diff); in encode_intra()