OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:above_skip
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h
50
const int
above_skip
= (above_mi != NULL) ? above_mi->mbmi.skip : 0;
local
52
return
above_skip
+ left_skip;
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
59
const int
above_skip
= (above_mi != NULL) ? above_mi->mbmi.skip : 0;
local
61
return
above_skip
+ left_skip;
Completed in 664 milliseconds