Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drpzaenc.c418 static void update_block_in_prev_frame(const uint16_t *src_pixels, in update_block_in_prev_frame()
567 uint16_t *src_pixels = (uint16_t *)pict->data[0]; in rpza_encode_stream() local
Dsmcenc.c116 const uint8_t *src_pixels = (const uint8_t *)frame->data[0]; in smc_encode_stream() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp2577 GLubyte* src_pixels[FUNCTIONAL_TEST_N_LEVELS] = { 0 }; in iterate() local
2703 …t::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLubyte** src_pixels) in copyAndVerify()
3427 const GLubyte** src_pixels, GLuint depth) in verify()
3768 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify()
3875 GLubyte* src_pixels = 0; in iterate() local
4069 bool SmokeTest::verify(const testCase& test_case, const GLubyte* src_pixels) in verify()