Home | History | Annotate | Download | only in decoder

Lines Matching refs:WORD16

1274     size = (MAX_SPS_CNT + MAX_PPS_CNT) * size * sizeof(WORD16);
1277 ps_codec->pi2_scaling_mat = (WORD16 *)pv_buf;
1323 inter_pred_tmp_buf_size = sizeof(WORD16) * (MAX_CTB_SIZE + ntaps_luma) * MAX_CTB_SIZE;
1341 ps_codec->as_process[i].pi2_inter_pred_tmp_buf1 = (WORD16 *)pu1_buf;
1344 ps_codec->as_process[i].pi2_inter_pred_tmp_buf2 = (WORD16 *)pu1_buf;
1358 // ps_codec->as_process[i].pi2_inter_pred_tmp_buf3 = (WORD16 *)pu1_buf;
1369 WORD16 *pi2_scaling_mat = ps_codec->pi2_scaling_mat;