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.c1322 WORD32 inter_pred_tmp_buf_size, ntaps_luma; in ihevcd_allocate_static_bufs() local
1327 inter_pred_tmp_buf_size = sizeof(WORD16) * (MAX_CTB_SIZE + ntaps_luma) * MAX_CTB_SIZE; in ihevcd_allocate_static_bufs()
1329 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size); in ihevcd_allocate_static_bufs()
1335 size = inter_pred_tmp_buf_size * 2; in ihevcd_allocate_static_bufs()
1346 pu1_buf += inter_pred_tmp_buf_size; in ihevcd_allocate_static_bufs()
1349 pu1_buf += inter_pred_tmp_buf_size; in ihevcd_allocate_static_bufs()