Searched refs:ScaleARGBCols_C (Results 1 - 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | scale_any.cc | 37 CANY(ScaleARGBCols_Any_NEON, ScaleARGBCols_NEON, ScaleARGBCols_C, 4, 7)
|
H A D | scale_argb.cc | 309 filtering ? ScaleARGBFilterCols_C : ScaleARGBCols_C; 538 filtering ? ScaleARGBFilterCols_C : ScaleARGBCols_C; 670 (src_width >= 32768) ? ScaleARGBCols64_C : ScaleARGBCols_C;
|
H A D | scale_common.cc | 739 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, function
|
/external/libyuv/files/source/ |
H A D | scale_any.cc | 37 CANY(ScaleARGBCols_Any_NEON, ScaleARGBCols_NEON, ScaleARGBCols_C, 4, 7)
|
H A D | scale_argb.cc | 301 filtering ? ScaleARGBFilterCols_C : ScaleARGBCols_C; 514 filtering ? ScaleARGBFilterCols_C : ScaleARGBCols_C; 646 (src_width >= 32768) ? ScaleARGBCols64_C : ScaleARGBCols_C;
|
H A D | scale_common.cc | 768 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb, function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
H A D | scale_row.h | 205 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb,
|
/external/libyuv/files/include/libyuv/ |
H A D | scale_row.h | 226 void ScaleARGBCols_C(uint8* dst_argb, const uint8* src_argb,
|
Completed in 189 milliseconds