OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SearchWidth
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_hostcode.c
500
unsigned short
SearchWidth
, SearchHeight, SearchLeftOffset, SearchTopOffset;
526
SearchWidth
= min(MVEA_LRB_SEARCH_WIDTH, ctx->Width);
527
SearchLeftOffset = (((
SearchWidth
/ 2) / 16) * 16);
804
psPicParams->
SearchWidth
= min(MVEA_LRB_SEARCH_WIDTH, psPicParams->Width);
[
all
...]
pnw_hostcode.h
453
IMG_UINT16
SearchWidth
;
Completed in 71 milliseconds