Home
last modified time | relevance | path

Searched defs:ref_y (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc368 uint8_t ref_y[] = {0, 0, 0, 0}; in TEST() local
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DSurfaceTextureHelperTest.java457 final int ref_y[] = new int[] {85, 170, 161}; in testTexturetoYuv() local
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Dcorner_match.c169 int ref_y = ref_corners[2 * j + 1]; in determine_correspondence() local
/aosp_15_r20/external/libgav1/src/tile/
H A Dprediction.cc1064 for (int y = 0, ref_y = copy_start_y; y < block_height; ++y) { in BuildConvolveBlock() local
1075 for (int y = 0, ref_y = copy_start_y; y < block_height; ++y) { in BuildConvolveBlock() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp1383 CACHE_ALIGN VT ref_y[N]; in TYPED_TEST() local
1392 auto cmp = [&](VT* y, VT* ref_y) { in TYPED_TEST()