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

  /external/webp/src/enc/
picture_csp.c 140 static int RGBToY(int r, int g, int b, VP8Random* const rg) {
754 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 290 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) {
305 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
453 dst_y[0] = RGBToY(r, g, b);
468 dst_y[0] = RGBToY(r, g, b);
483 dst_y[0] = RGBToY(r, g, b);
    [all...]
  /external/libyuv/files/source/
row_common.cc 304 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) {
319 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
445 dst_y[0] = RGBToY(r, g, b);
460 dst_y[0] = RGBToY(r, g, b);
475 dst_y[0] = RGBToY(r, g, b);
    [all...]

Completed in 90 milliseconds