OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeMBSum
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
242
void (*
ComputeMBSum
)(UChar *cur, Int lx, MOT *mot_mb);
motion_est.cpp
151
void (*
ComputeMBSum
)(UChar *, Int, MOT *) = video->functionPointer->
ComputeMBSum
;
196
(*
ComputeMBSum
)(cur + (i << 4), width, mot_mb);
323
(*
ComputeMBSum
)(cur, width, mot_mb);
485
(*
ComputeMBSum
)(cur + (i << 4), width, mot_mb);
[
all
...]
mp4enc_api.cpp
[
all
...]
Completed in 38 milliseconds