Searched refs:YUY2ToYRow_C (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 409 YUY2ToYRow_C; in Q420ToI420() 524 uint8* dst_y, int pix) = YUY2ToYRow_C; in YUY2ToI420()
|
D | planar_functions.cc | 284 YUY2ToYRow_C; in YUY2ToI422()
|
D | row_common.cc | 1626 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C() function
|
/external/libyuv/files/source/ |
D | convert.cc | 536 YUY2ToYRow_C; in Q420ToI420() 658 YUY2ToYRow = YUY2ToYRow_C; in YUY2ToI420()
|
D | convert_argb.cc | 692 uint8* dst_y, int pix) = YUY2ToYRow_C; in YUY2ToARGB()
|
D | planar_functions.cc | 125 YUY2ToYRow = YUY2ToYRow_C; in YUY2ToI422()
|
D | row_common.cc | 773 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 619 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1415 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int pix);
|