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

/external/libhevc/decoder/
H A Dihevcd_api.c2136 WORD32 inter_pred_tmp_buf_size; local
2143 inter_pred_tmp_buf_size = sizeof(WORD16) * (MAX_CTB_SIZE + ntaps_luma) * MAX_CTB_SIZE;
2144 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size);
2157 size += 2 * inter_pred_tmp_buf_size;
2742 WORD32 inter_pred_tmp_buf_size, ntaps_luma; local
2746 inter_pred_tmp_buf_size = sizeof(WORD16) * (MAX_CTB_SIZE + ntaps_luma) * MAX_CTB_SIZE;
2748 inter_pred_tmp_buf_size = ALIGN64(inter_pred_tmp_buf_size);
2756 pu1_buf += inter_pred_tmp_buf_size;
[all...]

Completed in 50 milliseconds