Searched refs:I42xToYUY2Row (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/source/ |
D | convert_from.cc | 483 void (*I42xToYUY2Row)(const uint8* src_y, const uint8* src_u, in I422ToYUY2() local 491 I42xToYUY2Row = I42xToYUY2Row_SSE2; in I422ToYUY2() 496 I42xToYUY2Row(src_y, src_u, src_y, dst_frame, width); in I422ToYUY2() 521 void (*I42xToYUY2Row)(const uint8* src_y, const uint8* src_u, in I420ToYUY2() local 529 I42xToYUY2Row = I42xToYUY2Row_SSE2; in I420ToYUY2() 534 I42xToYUY2Row(src_y, src_u, src_v, dst_frame, width); in I420ToYUY2() 535 I42xToYUY2Row(src_y + src_stride_y, src_u, src_v, in I420ToYUY2() 543 I42xToYUY2Row(src_y, src_u, src_v, dst_frame, width); in I420ToYUY2()
|