Searched refs:I400ToARGB (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_argb.h113 int I400ToARGB(const uint8* src_y, int src_stride_y,
124 #define YToARGB I400ToARGB
/external/libyuv/files/include/libyuv/
H A Dconvert_argb.h152 int I400ToARGB(const uint8* src_y,
169 #define YToARGB I400ToARGB
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_to_argb.cc148 r = I400ToARGB(src, src_width,
H A Dconvert_jpeg.cc294 I400ToARGB(data[0], strides[0],
H A Dconvert_argb.cc698 int I400ToARGB(const uint8* src_y, int src_stride_y, function
/external/libyuv/files/source/
H A Dconvert_jpeg.cc230 I400ToARGB(data[0], strides[0], dest->argb, dest->argb_stride, dest->w, rows);
H A Dconvert_to_argb.cc143 r = I400ToARGB(src, src_width, crop_argb, argb_stride, crop_width,
H A Dconvert_argb.cc736 int I400ToARGB(const uint8* src_y, function
/external/webrtc/talk/session/media/
H A Dplanarfunctions_unittest.cc816 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 Dcolor_test.cc200 I400ToARGB(orig_y, kWidth, orig_pixels, kWidth * 4, kWidth, kHeight);

Completed in 141 milliseconds