Home
last modified time | relevance | path

Searched defs:src_pixels (Results 1 – 4 of 4) sorted by relevance

/external/libaom/aom_dsp/flow_estimation/x86/
Ddisflow_sse4.c222 __m128i src_pixels = _mm_slli_epi16(_mm_cvtepu8_epi16(src_pixels_u8), 3); in compute_flow_vector() local
Ddisflow_avx2.c239 __m256i src_pixels = in compute_flow_vector() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2628 GLubyte *src_pixels[FUNCTIONAL_TEST_N_LEVELS] = {0}; in iterate() local
2754 …t::copyAndVerify(const testCase &test_case, const GLubyte **dst_pixels, const GLubyte **src_pixels) in copyAndVerify()
3478 const GLubyte **src_pixels, GLuint depth) in verify()
3819 bool SmokeTest::copyAndVerify(const testCase &test_case, const GLubyte *src_pixels) in copyAndVerify()
3926 GLubyte *src_pixels = 0; in iterate() local
4120 bool SmokeTest::verify(const testCase &test_case, const GLubyte *src_pixels) in verify()
/external/libyuv/unit_test/
Drotate_test.cc871 int src_pixels[4][4]; in TEST_F() local