Lines Matching defs:width
82 int width) { in I422ToARGBRow_NEON()
115 int width) { in I422ToBGRARow_NEON()
149 int width) { in I422ToABGRRow_NEON()
183 int width) { in I422ToRGBARow_NEON()
216 int width) { in I422ToRGB24Row_NEON()
248 int width) { in I422ToRAWRow_NEON()
280 int width) { in NV12ToARGBRow_NEON()
311 int width) { in NV21ToARGBRow_NEON()
341 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUV_NEON()
396 void SetRows32_NEON(uint8* dst, uint32 v32, int width, in SetRows32_NEON()
406 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) { in MirrorRow_NEON()
482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { in MirrorRowUV_NEON()