OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVEA_LRB_SEARCH_HEIGHT
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/psb_video/src/hwdefs/
topazSC_defs.h
33
#define
MVEA_LRB_SEARCH_HEIGHT
112
35
#define MVEA_LRB_TOP_OFFSET (((
MVEA_LRB_SEARCH_HEIGHT
/2)/16)*16)
topaz_defs.h
33
#define
MVEA_LRB_SEARCH_HEIGHT
80
34
#define MVEA_LRB_TOP_OFFSET (((
MVEA_LRB_SEARCH_HEIGHT
/2)/16)*16)
/hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c
167
ctx->HeightMinusLRBSearchHeight = ctx->Height -
MVEA_LRB_SEARCH_HEIGHT
;
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_hostcode.c
525
SearchHeight = min(
MVEA_LRB_SEARCH_HEIGHT
, ctx->Height);
803
psPicParams->SearchHeight = min(
MVEA_LRB_SEARCH_HEIGHT
, psPicParams->Height);
[
all
...]
Completed in 35 milliseconds