OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_REF_B_LEVELS
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/hwdefs/
coreflags.h
95
# define MAX_REF_B_LEVELS_FW (
MAX_REF_B_LEVELS
)
/hardware/intel/img/psb_video/src/
tng_hostdefs.h
83
#define
MAX_REF_B_LEVELS
3
86
#define MAX_REF_LEVELS (
MAX_REF_B_LEVELS
+ MAX_REF_I_OR_P_LEVELS)
[
all
...]
tng_hostcode.c
166
ctx->i32PicNodes = (psRCParams->b16Hierarchical ?
MAX_REF_B_LEVELS
: 0) + 4;
[
all
...]
Completed in 256 milliseconds