Home
last modified time | relevance | path

Searched refs:value_v (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/include/libyuv/
Dplanar_functions.h308 int value_v);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h201 int value_y, int value_u, int value_v);
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1340 int value_y, int value_u, int value_v) { in I420Rect() argument
1351 value_v < 0 || value_v > 255) { in I420Rect()
1357 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
/external/libyuv/files/source/
Dplanar_functions.cc1599 int value_v) { in I420Rect() argument
1607 value_v < 0 || value_v > 255) { in I420Rect()
1613 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()