OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChooseMode
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
243
void (*
ChooseMode
)(UChar *Mode, UChar *cur, Int lx, Int min_SAD);
motion_est.cpp
152
void (*
ChooseMode
)(UChar*, UChar*, Int, Int) = video->functionPointer->
ChooseMode
;
311
(*
ChooseMode
)(mode_mb, cur, width, ((sad8 < sad16) ? sad8 : sad16));
[
all
...]
mp4enc_api.cpp
[
all
...]
Completed in 110 milliseconds