HomeSort by relevance Sort by last modified time
    Searched refs:RGBToY (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 61 static inline int RGBToY(int r, int g, int b) {
93 *y_buf++ = RGBToY(r, g, b);
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 75 static int RGBToY(int r, int g, int b, VP8Random* const rg) {
202 dst[x] = RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset], &rg);
  /external/webp/src/enc/
picture_csp.c 75 static int RGBToY(int r, int g, int b, VP8Random* const rg) {
202 dst[x] = RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset], &rg);
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 256 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) {
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);
    [all...]
  /external/libyuv/files/source/
row_common.cc 257 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) {
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
    [all...]

Completed in 143 milliseconds