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.c1290 WORD32 inter_pred_tmp_buf_size, ntaps_luma; in ihevcd_allocate_static_bufs() local
1295 inter_pred_tmp_buf_size = sizeof(WORD16) * (MAX_CTB_SIZE + ntaps_luma) * MAX_CTB_SIZE; in ihevcd_allocate_static_bufs()
1297 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size); in ihevcd_allocate_static_bufs()
1303 size = inter_pred_tmp_buf_size * 2; in ihevcd_allocate_static_bufs()
1314 pu1_buf += inter_pred_tmp_buf_size; in ihevcd_allocate_static_bufs()
1317 pu1_buf += inter_pred_tmp_buf_size; in ihevcd_allocate_static_bufs()