Searched refs:function_index (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | motion_vector_search_test.cc | 130 for (int function_index = 0; function_index < 3; ++function_index) { in TestRandomValues() local 132 if (mv_projection_compound_[function_index] == nullptr) continue; in TestRandomValues() 137 mv_projection_compound_[function_index]( in TestRandomValues() 150 absl::StrFormat("function_index %d", function_index).c_str(), in TestRandomValues() 151 kDigestCompound[function_index], compound_mv_, sizeof(compound_mv_), in TestRandomValues() 154 for (int function_index = 0; function_index < 3; ++function_index) { in TestRandomValues() local 156 if (mv_projection_single_[function_index] == nullptr) continue; in TestRandomValues() 161 mv_projection_single_[function_index]( in TestRandomValues() 174 absl::StrFormat("function_index %d", function_index).c_str(), in TestRandomValues() 175 kDigestSingle[function_index], single_mv_, sizeof(single_mv_), in TestRandomValues()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/ |
H A D | pprof_profiler.py | 130 function_index = len(self._function_key_to_function) + 1 132 function.id = function_index 137 return function_index
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_clinic.py | 646 """, signatures_in_block=3, function_index=2) 822 def parse_function(self, text, signatures_in_block=2, function_index=1): argument 827 assert isinstance(s[function_index], clinic.Function) 828 return s[function_index]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_jit_sample.c | 497 LLVMValueRef function_index = lp_build_const_int32(gallivm, op); in lp_bld_llvm_image_soa_emit_op() local 499 …ion_ptr = LLVMBuildGEP2(builder, image_function_ptr_type, image_functions, &function_index, 1, ""); in lp_bld_llvm_image_soa_emit_op()
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | prediction.cc | 592 const int function_index = prediction_parameters.is_wedge_inter_intra in InterIntraPrediction() local 599 dsp_.inter_intra_mask_blend_8bpp[function_index]( in InterIntraPrediction()
|