Searched refs:I400ToARGB (Results 1 - 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
H A D | convert_argb.h | 113 int I400ToARGB(const uint8* src_y, int src_stride_y, 124 #define YToARGB I400ToARGB
|
/external/libyuv/files/include/libyuv/ |
H A D | convert_argb.h | 152 int I400ToARGB(const uint8* src_y, 169 #define YToARGB I400ToARGB
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | convert_to_argb.cc | 148 r = I400ToARGB(src, src_width,
|
H A D | convert_jpeg.cc | 294 I400ToARGB(data[0], strides[0],
|
H A D | convert_argb.cc | 698 int I400ToARGB(const uint8* src_y, int src_stride_y, function
|
/external/libyuv/files/source/ |
H A D | convert_jpeg.cc | 230 I400ToARGB(data[0], strides[0], dest->argb, dest->argb_stride, dest->w, rows);
|
H A D | convert_to_argb.cc | 143 r = I400ToARGB(src, src_width, crop_argb, argb_stride, crop_width,
|
H A D | convert_argb.cc | 736 int I400ToARGB(const uint8* src_y, function
|
/external/webrtc/talk/session/media/ |
H A D | planarfunctions_unittest.cc | 816 TEST_P(PlanarFunctionsTest, I400ToARGB) { 856 libyuv::I400ToARGB(y_pointer, y_pitch, 861 // Note: current I400ToARGB uses an approximate method,
|
/external/libyuv/files/unit_test/ |
H A D | color_test.cc | 200 I400ToARGB(orig_y, kWidth, orig_pixels, kWidth * 4, kWidth, kHeight);
|
Completed in 440 milliseconds