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

  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 297 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) {
322 dst_v[0] = RGBToV(ar, ag, ab); \
333 dst_v[0] = RGBToV(ar, ag, ab); \
512 dst_v[0] = RGBToV(r, g, b);
532 dst_v[0] = RGBToV(r, g, b);
560 dst_v[0] = RGBToV(r, g, b);
580 dst_v[0] = RGBToV(r, g, b);
608 dst_v[0] = RGBToV(r, g, b);
628 dst_v[0] = RGBToV(r, g, b);
640 dst_v[0] = RGBToV(ar, ag, ab)
    [all...]
  /external/libyuv/files/source/
row_common.cc 311 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) {
336 dst_v[0] = RGBToV(ar, ag, ab); \
347 dst_v[0] = RGBToV(ar, ag, ab); \
504 dst_v[0] = RGBToV(r, g, b);
524 dst_v[0] = RGBToV(r, g, b);
552 dst_v[0] = RGBToV(r, g, b);
572 dst_v[0] = RGBToV(r, g, b);
600 dst_v[0] = RGBToV(r, g, b);
620 dst_v[0] = RGBToV(r, g, b);
632 dst_v[0] = RGBToV(ar, ag, ab)
    [all...]
  /external/webp/src/enc/
picture_csp.c 150 static int RGBToV(int r, int g, int b, VP8Random* const rg) {
829 dst_v[i] = RGBToV(r, g, b, rg);
    [all...]

Completed in 317 milliseconds