OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxInputWidth
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/source/
scale_argb.cc
756
static const int
kMaxInputWidth
= 2560;
867
assert(src_width <=
kMaxInputWidth
);
868
SIMD_ALIGNED(uint8 row[
kMaxInputWidth
* 4 + 16]);
[
all
...]
scale.cc
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
scale.c
[
all
...]
Completed in 948 milliseconds