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

  /external/libaom/libaom/third_party/libyuv/source/
row_common.cc 809 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local
820 dst_argb[1] = SHADE(g, g_scale);
842 const uint32 g_scale = src_argb1[1]; local
846 dst_argb[1] = SHADE(g, g_scale);
    [all...]
  /external/libyuv/files/source/
row_common.cc 772 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local
783 dst_argb[1] = SHADE(g, g_scale);
807 const uint32 g_scale = src_argb1[1]; local
811 dst_argb[1] = SHADE(g, g_scale);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 856 const uint32_t g_scale = REPEAT8((value >> 8) & 0xff); local
867 dst_argb[1] = SHADE(g, g_scale);
891 const uint32_t g_scale = src_argb1[1]; local
895 dst_argb[1] = SHADE(g, g_scale);
    [all...]

Completed in 176 milliseconds