OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_loc
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp
52
const static Int tab_exclude[9][9] = // [
last_loc
][curr_loc]
797
Int
last_loc
, new_loc = 0;
local
943
last_loc
= new_loc = 0;
950
MoveNeighborSAD(dn,
last_loc
);
961
if (!tab_exclude[
last_loc
][k]) /* exclude last step computation */
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp
32
const static int tab_exclude[9][9] = // [
last_loc
][curr_loc]
979
int
last_loc
, new_loc = 0;
local
[
all
...]
Completed in 83 milliseconds