Home
last modified time | relevance | path

Searched refs:pred_buf_size (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c4764 WORD32 pred_buf_size = in ihevce_enc_loop_init() local
4767 NUM_POSSIBLE_TU_SIZES_CHR_INTRA_SATD * pred_buf_size; in ihevce_enc_loop_init()
4774 pu1_base += pred_buf_size; in ihevce_enc_loop_init()
4780 WORD32 pred_buf_size = ((MAX_TU_SIZE * 2 * 2) + 4); in ihevce_enc_loop_init() local
4781 WORD32 pred_buf_size_per_thread = pred_buf_size; in ihevce_enc_loop_init()
4790 WORD32 pred_buf_size = ((MAX_TU_SIZE * 2 * 2) + 4); in ihevce_enc_loop_init() local
4791 WORD32 pred_buf_size_per_thread = pred_buf_size; in ihevce_enc_loop_init()
4804 WORD32 pred_buf_size = (MAX_CU_SIZE * MAX_CU_SIZE); in ihevce_enc_loop_init() local
4805 WORD32 pred_buf_size_per_thread = pred_buf_size; in ihevce_enc_loop_init()
4813 WORD32 pred_buf_size = ((MAX_CU_SIZE * MAX_CU_SIZE) >> 1) * in ihevce_enc_loop_init() local
[all …]