Searched refs:value_u (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/ |
D | compiler_test.cc | 40 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/ |
D | planar_functions.h | 187 int value_y, int value_u, int value_v);
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1161 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/ |
D | planar_functions.h | 307 int value_u,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 369 int value_u,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1598 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/ |
D | planar_functions.cc | 1796 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()
|