Searched refs:func_src (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_inter_pred.c | 156 void *func_src; in ihevcd_inter_pred_ctb() local 399 func_src = (ai2_xfrac[0] && ai2_yfrac[0]) ? in ihevcd_inter_pred_ctb() 417 func_ptr1(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb() 425 func_src = pi2_tmp1 + (ntaps / 2 - 1) * func_src_strd; in ihevcd_inter_pred_ctb() 434 func_ptr2(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb() 441 func_src = (ai2_xfrac[1] && ai2_yfrac[1]) ? in ihevcd_inter_pred_ctb() 459 func_ptr3(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb() 467 func_src = pi2_tmp2 + (ntaps / 2 - 1) * func_src_strd; in ihevcd_inter_pred_ctb() 476 func_ptr4(func_src, func_dst, func_src_strd, func_dst_strd, in ihevcd_inter_pred_ctb()
|
/external/bcc/src/cc/frontends/clang/ |
D | loader.cc | 109 int ncflags, const std::string &id, FuncSource &func_src, in parse() argument 204 main_buf, id, func_src, mod_src, true, maps_ns)) { in parse() 212 func_src.clear(); in parse() 215 main_buf, id, func_src, mod_src, false, maps_ns)) in parse() 260 const std::string &id, FuncSource &func_src, in do_compile() argument 376 BFrontendAction bact(os1, flags_, ts, id, main_path, func_src, mod_src, maps_ns); in do_compile()
|
D | loader.h | 56 int ncflags, const std::string &id, FuncSource &func_src, 65 const std::string &id, FuncSource &func_src,
|
D | b_frontend_action.h | 155 FuncSource &func_src, std::string &mod_src,
|
D | b_frontend_action.cc | 1345 FuncSource &func_src, std::string &mod_src, in BFrontendAction() argument 1354 func_src_(func_src), in BFrontendAction()
|