OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_mv_bit_cost
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
mcomp.h
36
extern int
vp8_mv_bit_cost
(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
rdopt.c
990
thismvcost =
vp8_mv_bit_cost
(this_mv, best_ref_mv, mvcost, 102);
[
all
...]
pickinter.c
[
all
...]
mcomp.c
26
int
vp8_mv_bit_cost
(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight)
function
[
all
...]
Completed in 1041 milliseconds