Searched refs:func_idx (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 658 WORD32 num_comp, c_idx, func_idx; in ihevcd_iquant_itrans_recon_ctb() local 819 func_idx = log2_y_trans_size_minus_2; in ihevcd_iquant_itrans_recon_ctb() 824 func_idx = log2_y_trans_size_minus_2 + 1; in ihevcd_iquant_itrans_recon_ctb() 886 … func_idx = 1 + 4 + log2_uv_trans_size_minus_2; /* DST func + Y funcs + cur func index*/ in ihevcd_iquant_itrans_recon_ctb() 1061 ps_codec->apf_recon[func_idx](pi2_src, pu1_pred, pu1_dst, in ihevcd_iquant_itrans_recon_ctb() 1074 ps_codec->apf_itrans_recon[func_idx](pi2_src, pi2_tmp, in ihevcd_iquant_itrans_recon_ctb() 1098 ps_codec->apf_recon[func_idx](pi2_src_v, pu1_pred_v, in ihevcd_iquant_itrans_recon_ctb() 1111 ps_codec->apf_itrans_recon[func_idx](pi2_src_v, in ihevcd_iquant_itrans_recon_ctb()
|
/external/lldb/source/Core/ |
D | Module.cpp | 378 …for (size_t func_idx = 0; (sc.function = sc.comp_unit->GetFunctionAtIndex(func_idx).get()) != NULL… in ParseAllDebugSymbols() local
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1146 size_t func_idx; in ParseCompileUnitFunctions() local 1147 for (func_idx = 0; func_idx < num_functions; ++func_idx) in ParseCompileUnitFunctions() 1149 const DWARFDebugInfoEntry *die = function_dies.GetDIEPtrAtIndex(func_idx); in ParseCompileUnitFunctions()
|