Searched refs:const_source (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | conditional_features_unittest.py | 44 const_source = """ 56 self.parseAndAssertEqual(const_source, expected_source)
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_noise_estimate.c | 171 static const unsigned char const_source[16] = { 0, 0, 0, 0, 0, 0, 0, 0, in vp9_update_noise_estimate() local 232 src_y, src_ystride, const_source, 0, &sse2); in vp9_update_noise_estimate()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 1839 const T* const_source = source.get(); in CopyIsRef() local 1840 EXPECT_EQ(const_source->GetYPlane(), target->GetYPlane()); in CopyIsRef() 1841 EXPECT_EQ(const_source->GetUPlane(), target->GetUPlane()); in CopyIsRef() 1842 EXPECT_EQ(const_source->GetVPlane(), target->GetVPlane()); in CopyIsRef()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3045 static const unsigned char const_source[16] = { 128, 128, 128, 128, 128, 128, in process_denoiser_mode_change() local 3073 vpx_variance16x16(src + j, ystride, const_source, 0, &sse2); in process_denoiser_mode_change()
|