OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScaleAddRow_16_C
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h
189
void
ScaleAddRow_16_C
(const uint16* src_ptr, uint32* dst_ptr, int src_width);
/external/libyuv/files/include/libyuv/
scale_row.h
210
void
ScaleAddRow_16_C
(const uint16* src_ptr, uint32* dst_ptr, int src_width);
/external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc
638
void
ScaleAddRow_16_C
(const uint16* src_ptr, uint32* dst_ptr, int src_width) {
[
all
...]
scale.cc
822
ScaleAddRow_16_C
;
[
all
...]
/external/libyuv/files/source/
scale_common.cc
667
void
ScaleAddRow_16_C
(const uint16* src_ptr, uint32* dst_ptr, int src_width) {
[
all
...]
scale.cc
821
ScaleAddRow_16_C
;
[
all
...]
Completed in 211 milliseconds