Home
last modified time | relevance | path

Searched refs:value_u (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/
Dcompiler_test.cc40 UnsignedT value_u = static_cast<UnsignedT>(value); in CheckRepresentation() local
46 expected[i] = static_cast<uint8_t>(value_u); in CheckRepresentation()
50 value_u = static_cast<UnsignedT>(value_u / 256); in CheckRepresentation()
52 EXPECT_EQ(0u, value_u); in CheckRepresentation()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dplanar_functions.h187 int value_y, int value_u, int value_v);
/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1161 int value_y, int value_u, int value_v) { in I420Rect() argument
1171 value_u < 0 || value_u > 255 || in I420Rect()
1177 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h307 int value_u,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h369 int value_u,
/external/libyuv/files/source/
Dplanar_functions.cc1598 int value_u, in I420Rect() argument
1606 y < 0 || value_y < 0 || value_y > 255 || value_u < 0 || value_u > 255 || in I420Rect()
1612 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1796 int value_u, in I420Rect() argument
1804 y < 0 || value_y < 0 || value_y > 255 || value_u < 0 || value_u > 255 || in I420Rect()
1810 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()