OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENC_MIN_PU_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/libavc/encoder/
ih264e_defs.h
145
#define
ENC_MIN_PU_SIZE
16
ih264e_process.c
[
all
...]
ih264e_utils.c
737
WORD32 num_pu = num_luma_samples / (
ENC_MIN_PU_SIZE
*
ENC_MIN_PU_SIZE
);
907
num_pu = num_luma_samples / (
ENC_MIN_PU_SIZE
*
ENC_MIN_PU_SIZE
);
[
all
...]
Completed in 836 milliseconds