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

  /external/libaom/libaom/third_party/libyuv/source/
row_common.cc 803 #define REPEAT8(v) (v) | ((v) << 8)
808 const uint32 b_scale = REPEAT8(value & 0xff);
809 const uint32 g_scale = REPEAT8((value >> 8) & 0xff);
810 const uint32 r_scale = REPEAT8((value >> 16) & 0xff);
811 const uint32 a_scale = REPEAT8(value >> 24);
815 const uint32 b = REPEAT8(src_argb[0]);
816 const uint32 g = REPEAT8(src_argb[1]);
817 const uint32 r = REPEAT8(src_argb[2]);
818 const uint32 a = REPEAT8(src_argb[3]);
827 #undef REPEAT8
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 848 #define REPEAT8(v) (v) | ((v) << 8)
855 const uint32_t b_scale = REPEAT8(value & 0xff);
856 const uint32_t g_scale = REPEAT8((value >> 8) & 0xff);
857 const uint32_t r_scale = REPEAT8((value >> 16) & 0xff);
858 const uint32_t a_scale = REPEAT8(value >> 24);
862 const uint32_t b = REPEAT8(src_argb[0]);
863 const uint32_t g = REPEAT8(src_argb[1]);
864 const uint32_t r = REPEAT8(src_argb[2]);
865 const uint32_t a = REPEAT8(src_argb[3]);
874 #undef REPEAT8
    [all...]
  /external/libyuv/files/source/
row_common.cc 764 #define REPEAT8(v) (v) | ((v) << 8)
771 const uint32 b_scale = REPEAT8(value & 0xff);
772 const uint32 g_scale = REPEAT8((value >> 8) & 0xff);
773 const uint32 r_scale = REPEAT8((value >> 16) & 0xff);
774 const uint32 a_scale = REPEAT8(value >> 24);
778 const uint32 b = REPEAT8(src_argb[0]);
779 const uint32 g = REPEAT8(src_argb[1]);
780 const uint32 r = REPEAT8(src_argb[2]);
781 const uint32 a = REPEAT8(src_argb[3]);
790 #undef REPEAT8
    [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]

Completed in 305 milliseconds