OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIXELS_TO_MB
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c
59
#define
PIXELS_TO_MB
(x) ((x + 15) / 16)
[
all
...]
psb_VC1.c
63
#define
PIXELS_TO_MB
(x) ((x + 15) / 16)
790
ctx->picture_width_mb =
PIXELS_TO_MB
(ctx->display_picture_width);
791
ctx->picture_height_mb =
PIXELS_TO_MB
(ctx->display_picture_height);
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_MPEG4.c
56
#define
PIXELS_TO_MB
(x) ((x + 15) / 16)
[
all
...]
pnw_VC1.c
62
#define
PIXELS_TO_MB
(x) ((x + 15) / 16)
802
ctx->picture_width_mb =
PIXELS_TO_MB
(ctx->display_picture_width);
803
ctx->picture_height_mb =
PIXELS_TO_MB
(ctx->display_picture_height);
[
all
...]
Completed in 60 milliseconds