Searched refs:SetRow (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxbarcode/common/ |
D | BC_CommonBitMatrix.h | 29 void SetRow(int32_t y, CBC_CommonBitArray* row);
|
D | BC_CommonBitMatrix.cpp | 96 void CBC_CommonBitMatrix::SetRow(int32_t y, CBC_CommonBitArray* row) { in SetRow() function in CBC_CommonBitMatrix
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1113 void (*SetRow)(uint8* dst, uint8 value, int pix) = SetRow_C; in SetPlane() local 1127 SetRow = SetRow_Any_NEON; in SetPlane() 1129 SetRow = SetRow_NEON; in SetPlane() 1135 SetRow = SetRow_Any_X86; in SetPlane() 1137 SetRow = SetRow_X86; in SetPlane() 1143 SetRow = SetRow_ERMS; in SetPlane() 1149 SetRow(dst_y, value, width); in SetPlane()
|
/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() local 1751 SetRow = SetRow_Any_NEON; in SetPlane() 1753 SetRow = SetRow_NEON; in SetPlane() 1759 SetRow = SetRow_Any_X86; in SetPlane() 1761 SetRow = SetRow_X86; in SetPlane() 1767 SetRow = SetRow_ERMS; in SetPlane() 1772 SetRow = SetRow_MSA; in SetPlane() 1778 SetRow(dst_y, value, width); in SetPlane()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1544 void (*SetRow)(uint8 * dst, uint8 value, int width) = SetRow_C; in SetPlane() local 1558 SetRow = SetRow_Any_NEON; in SetPlane() 1560 SetRow = SetRow_NEON; in SetPlane() 1566 SetRow = SetRow_Any_X86; in SetPlane() 1568 SetRow = SetRow_X86; in SetPlane() 1574 SetRow = SetRow_ERMS; in SetPlane() 1580 SetRow(dst_y, value, width); in SetPlane()
|