OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getmbss
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
222
cpi->rtcd.variance.
getmbss
= vp8_get_mb_ss_mmx;
273
cpi->rtcd.variance.
getmbss
= vp8_get_mb_ss_sse2;
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
70
cpi->rtcd.variance.
getmbss
= vp8_get_mb_ss_c;
/external/libvpx/vp8/encoder/
variance.h
368
vp8_getmbss_fn_t
getmbss
;
member in struct:__anon7481
firstpass.c
110
intra_pred_var = VARIANCE_INVOKE(&cpi->rtcd.variance,
getmbss
)(x->src_diff);
[
all
...]
Completed in 984 milliseconds