Searched refs:ENC_MIN_PU_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/libavc/encoder/
H A Dih264e_defs.h147 #define ENC_MIN_PU_SIZE 16 macro
H A Dih264e_process.c1383 ((MB_SIZE * MB_SIZE) / (ENC_MIN_PU_SIZE * ENC_MIN_PU_SIZE)));
1387 ((MB_SIZE * MB_SIZE) / (ENC_MIN_PU_SIZE * ENC_MIN_PU_SIZE)));
1396 ((MB_SIZE * MB_SIZE) / (ENC_MIN_PU_SIZE * ENC_MIN_PU_SIZE)));
H A Dih264e_utils.c737 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);

Completed in 108 milliseconds