Searched refs:RGBToY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_sse2.cc61 static inline int RGBToY(int r, int g, int b) { function in namespace:media
93 *y_buf++ = RGBToY(r, g, b);
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c75 static int RGBToY(int r, int g, int b, VP8Random* const rg) { function
202 dst[x] = RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset], &rg);
/external/webp/src/enc/
H A Dpicture_csp.c75 static int RGBToY(int r, int g, int b, VP8Random* const rg) { function
202 dst[x] = RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset], &rg);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc256 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { function
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
397 dst_y[0] = RGBToY(r, g, b);
412 dst_y[0] = RGBToY(r, g, b);
427 dst_y[0] = RGBToY(r, g, b);
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc256 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { function
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
397 dst_y[0] = RGBToY(r, g, b);
412 dst_y[0] = RGBToY(r, g, b);
427 dst_y[0] = RGBToY(r, g, b);
/external/libyuv/files/source/
H A Drow_common.cc257 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { function
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \

Completed in 1492 milliseconds