OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_mb_rows
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_structs.h
397
#define
MAX_MB_ROWS
(MAX_HEIGHT / 16) // number of rows for 1080p
407
UWORD32 au4_row_offset[
MAX_MB_ROWS
];
/external/libavc/encoder/
ih264e_api.c
2519
WORD32
max_mb_rows
= ps_cfg->i4_ht_mbs;
local
2686
WORD32
max_mb_rows
, max_mb_cols, max_mb_cnt;
local
3560
WORD32
max_mb_rows
, max_mb_cols, max_mb_cnt;
local
[
all
...]
Completed in 92 milliseconds