Home
last modified time | relevance | path

Searched refs:SetRow (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc925 void (*SetRow)(uint8* dst, uint32 value, int pix) = SetRow8_C; in SetPlane() local
930 SetRow = SetRow8_NEON; in SetPlane()
935 SetRow = SetRow8_X86; in SetPlane()
942 SetRow(dst_y, v32, width); in SetPlane()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1074 void (*SetRow)(uint8* dst, uint32 value, int pix) = SetRow_C; in SetPlane() local
1085 SetRow = SetRow_NEON; in SetPlane()
1090 SetRow = SetRow_X86; in SetPlane()
1096 SetRow(dst_y, v32, width); in SetPlane()