Searched refs:SetRow_C (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1113 void (*SetRow)(uint8* dst, uint8 value, int pix) = SetRow_C; in SetPlane()
|
D | row_common.cc | 1714 void SetRow_C(uint8* dst, uint8 v8, int width) { in SetRow_C() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 825 void SetRow_C(uint8* dst, uint8 v8, int count);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1737 void (*SetRow)(uint8_t * dst, uint8_t value, int width) = SetRow_C; in SetPlane()
|
D | row_common.cc | 2206 void SetRow_C(uint8_t* dst, uint8_t v8, int width) { in SetRow_C() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1933 void (*SetRow)(uint8_t * dst, uint8_t value, int width) = SetRow_C; in SetPlane()
|
D | row_common.cc | 2206 void SetRow_C(uint8_t* dst, uint8_t v8, int width) { in SetRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1544 void SetRow_C(uint8_t* dst, uint8_t v8, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1821 void SetRow_C(uint8_t* dst, uint8_t v8, int width);
|