OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ref_y
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc
517
const int
ref_y
=
local
521
ASSERT_EQ(in[
ref_y
* kInputStride], out[y * kInputStride]) << "y == " << y;
534
const int
ref_y
=
local
545
ASSERT_EQ(in[
ref_y
* kInputStride + ref_x], out[y * kOutputStride + x])
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java
388
final int
ref_y
[] = new int[] {81, 180, 168};
local
426
assertClose(1, buffer.get() & 0xff,
ref_y
[i]);
/cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java
[
all
...]
Completed in 86 milliseconds