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

  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 691 static void ScaleAddCols0_C(int dst_width, int boxheight, int x, int,
751 ((dx != 0x10000) ? ScaleAddCols1_C : ScaleAddCols0_C);
    [all...]
  /external/libyuv/files/source/
scale.cc 802 static void ScaleAddCols0_C(int dst_width,
878 : ((dx != 0x10000) ? ScaleAddCols1_C : ScaleAddCols0_C);
    [all...]

Completed in 182 milliseconds