Home | History | Annotate | Download | only in source

Lines Matching refs:kMaxInputWidth

2149 static const int kMaxInputWidth = 2560;
2173 SIMD_ALIGNED(uint8 row[kMaxInputWidth]);
2183 SIMD_ALIGNED(uint8 row[kMaxInputWidth]);
2629 if (!IS_ALIGNED(src_width, 16) || (src_width > kMaxInputWidth) ||
2646 SIMD_ALIGNED(uint16 row[kMaxInputWidth]);
2730 if (!IS_ALIGNED(src_width, 8) || (src_width > kMaxInputWidth)) {
2735 SIMD_ALIGNED(uint8 row[kMaxInputWidth + 16]);