Searched refs:func_dst (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_inter_pred.c | 157 void *func_dst; in ihevcd_inter_pred_ctb() local 402 func_dst = (weighted_pred || bi_pred) ? in ihevcd_inter_pred_ctb() 406 func_dst = pi2_tmp1; in ihevcd_inter_pred_ctb() 417 func_ptr1(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb() 426 func_dst = (weighted_pred || bi_pred) ? in ihevcd_inter_pred_ctb() 434 func_ptr2(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb() 445 func_dst = (weighted_pred || bi_pred) ? in ihevcd_inter_pred_ctb() 449 func_dst = pi2_tmp2; in ihevcd_inter_pred_ctb() 459 func_ptr3(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb() 469 func_dst = (weighted_pred || bi_pred) ? in ihevcd_inter_pred_ctb() [all …]
|