Searched refs:value_y (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 306 int value_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 201 int value_y, int value_u, int value_v);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1340 int value_y, int value_u, int value_v) { in I420Rect() argument 1349 value_y < 0 || value_y > 255 || in I420Rect() 1355 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1597 int value_y, in I420Rect() argument 1606 y < 0 || value_y < 0 || value_y > 255 || value_u < 0 || value_u > 255 || in I420Rect() 1611 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
|