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.c4667 WORD32 pred_buf_size = in ihevce_enc_loop_init() local
4670 NUM_POSSIBLE_TU_SIZES_CHR_INTRA_SATD * pred_buf_size; in ihevce_enc_loop_init()
4677 pu1_base += pred_buf_size; in ihevce_enc_loop_init()
4683 WORD32 pred_buf_size = ((MAX_TU_SIZE * 2 * 2) + INTRAPRED_SIMD_RIGHT_PADDING in ihevce_enc_loop_init() local
4685 WORD32 pred_buf_size_per_thread = pred_buf_size; in ihevce_enc_loop_init()
4694 WORD32 pred_buf_size = ((MAX_TU_SIZE * 2 * 2) + INTRAPRED_SIMD_RIGHT_PADDING in ihevce_enc_loop_init() local
4696 WORD32 pred_buf_size_per_thread = pred_buf_size; in ihevce_enc_loop_init()
4709 WORD32 pred_buf_size = (MAX_CU_SIZE * MAX_CU_SIZE); in ihevce_enc_loop_init() local
4710 WORD32 pred_buf_size_per_thread = pred_buf_size; in ihevce_enc_loop_init()
4718 WORD32 pred_buf_size = ((MAX_CU_SIZE * MAX_CU_SIZE) >> 1) * in ihevce_enc_loop_init() local
[all …]