Searched defs:CopyRow (Results 1 – 10 of 10) sorted by relevance
| /external/libyuv/source/ |
| D | rotate_argb.cc | 129 void (*CopyRow)(const uint8_t* src_argb, uint8_t* dst_argb, int width) = in ARGBRotate180() local
|
| D | rotate.cc | 153 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in RotatePlane180() local
|
| D | planar_functions.cc | 37 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane() local
|
| /external/libaom/third_party/libyuv/source/ |
| D | rotate_argb.cc | 124 void (*CopyRow)(const uint8_t* src_argb, uint8_t* dst_argb, int width) = in ARGBRotate180() local
|
| D | rotate.cc | 143 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in RotatePlane180() local
|
| D | planar_functions.cc | 36 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane() local 93 void (*CopyRow)(const uint16_t* src, uint16_t* dst, int width) = CopyRow_16_C; in CopyPlane_16() local
|
| /external/libvpx/third_party/libyuv/source/ |
| D | rotate_argb.cc | 111 void (*CopyRow)(const uint8_t* src_argb, uint8_t* dst_argb, int width) = in ARGBRotate180() local
|
| D | rotate.cc | 136 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in RotatePlane180() local
|
| D | planar_functions.cc | 36 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane() local 93 void (*CopyRow)(const uint16_t* src, uint16_t* dst, int width) = CopyRow_16_C; in CopyPlane_16() local
|
| D | convert.cc | 280 void (*CopyRow)(const uint8_t* src, uint8_t* dst, int width) = CopyRow_C; in CopyPlane2() local
|