Searched refs:I42xToUYVYRow (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/source/ |
D | convert_from.cc | 565 void (*I42xToUYVYRow)(const uint8* src_y, const uint8* src_u, in I422ToUYVY() local 573 I42xToUYVYRow = I42xToUYVYRow_SSE2; in I422ToUYVY() 578 I42xToUYVYRow(src_y, src_u, src_y, dst_frame, width); in I422ToUYVY() 603 void (*I42xToUYVYRow)(const uint8* src_y, const uint8* src_u, in I420ToUYVY() local 611 I42xToUYVYRow = I42xToUYVYRow_SSE2; in I420ToUYVY() 616 I42xToUYVYRow(src_y, src_u, src_v, dst_frame, width); in I420ToUYVY() 617 I42xToUYVYRow(src_y + src_stride_y, src_u, src_v, in I420ToUYVY() 625 I42xToUYVYRow(src_y, src_u, src_v, dst_frame, width); in I420ToUYVY() 653 void (*I42xToUYVYRow)(const uint8* src_y, const uint8* src_u, in I420ToV210() local 660 I42xToUYVYRow = I42xToUYVYRow_SSE2; in I420ToV210() [all …]
|