Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_api.c1332 WORD32 inter_pred_tmp_buf_size, ntaps_luma; in ihevcd_allocate_static_bufs() local
1337 inter_pred_tmp_buf_size = sizeof(WORD16) * (MAX_CTB_SIZE + ntaps_luma) * MAX_CTB_SIZE; in ihevcd_allocate_static_bufs()
1339 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size); in ihevcd_allocate_static_bufs()
1345 size = inter_pred_tmp_buf_size * 2; in ihevcd_allocate_static_bufs()
1356 pu1_buf += inter_pred_tmp_buf_size; in ihevcd_allocate_static_bufs()
1359 pu1_buf += inter_pred_tmp_buf_size; in ihevcd_allocate_static_bufs()