Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1166 uint8* start_v = dst_v + (y / 2) * dst_stride_v + (x / 2); in I420Rect() local
1178 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1802 uint8_t* start_v = dst_v + (y / 2) * dst_stride_v + (x / 2); in I420Rect() local
1811 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
/external/libyuv/files/source/
Dplanar_functions.cc1998 uint8_t* start_v = dst_v + (y / 2) * dst_stride_v + (x / 2); in I420Rect() local
2007 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
/external/libaom/libaom/av1/encoder/
Dtx_search.c1415 int start_v = 1, end_v = 4; in prune_txk_type_separ() local
1418 for (idx = start_v; idx < end_v; ++idx) { in prune_txk_type_separ()