Home
last modified time | relevance | path

Searched defs:h_f (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/test/
H A Dav1_convolve_test.cc1215 for (int h_f = EIGHTTAP_REGULAR; h_f <= INTERP_FILTERS_ALL; ++h_f) { in RunTest() local
1230 for (int h_f = EIGHTTAP_REGULAR; h_f <= INTERP_FILTERS_ALL; ++h_f) { in SpeedTest() local
1242 void TestConvolve(const InterpFilter h_f, const InterpFilter v_f, in TestConvolve()
1267 void TestConvolveSpeed(const InterpFilter h_f, const InterpFilter v_f, in TestConvolveSpeed()
1379 const InterpFilter h_f = static_cast<InterpFilter>(BILINEAR); in SpeedTest() local
1447 for (int h_f = EIGHTTAP_REGULAR; h_f <= INTERP_FILTERS_ALL; ++h_f) { in RunTest() local
1462 for (int h_f = EIGHTTAP_REGULAR; h_f <= INTERP_FILTERS_ALL; ++h_f) { in SpeedTest() local
1474 void TestConvolve(const InterpFilter h_f, const InterpFilter v_f, in TestConvolve()
1499 void TestConvolveSpeed(const InterpFilter h_f, const InterpFilter v_f, in TestConvolveSpeed()
1605 const InterpFilter h_f = static_cast<InterpFilter>(BILINEAR); in SpeedTest() local
[all …]
/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Field.cc149 HandleWrapperObjPtr<mirror::Field> h_f(hs.NewHandleWrapper(f)); in CheckReceiver() local