Searched refs:value_v (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 954 int value_y, int value_u, int value_v) { in I420Rect() argument 960 value_v < 0 || value_v > 255) { in I420Rect() 971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 177 int value_y, int value_u, int value_v);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 186 int value_y, int value_u, int value_v);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1161 int value_y, int value_u, int value_v) { in I420Rect() argument 1172 value_v < 0 || value_v > 255) { in I420Rect() 1178 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|