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

  /external/libyuv/files/source/
row_common.cc 875 #define ATTENUATE(f, a) (a | (a << 8)) * (f | (f << 8)) >> 24
885 dst_argb[0] = ATTENUATE(b, a);
886 dst_argb[1] = ATTENUATE(g, a);
887 dst_argb[2] = ATTENUATE(r, a);
893 dst_argb[4] = ATTENUATE(b, a);
894 dst_argb[5] = ATTENUATE(g, a);
895 dst_argb[6] = ATTENUATE(r, a);
906 dst_argb[0] = ATTENUATE(b, a);
907 dst_argb[1] = ATTENUATE(g, a);
908 dst_argb[2] = ATTENUATE(r, a)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc     [all...]

Completed in 61 milliseconds