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

  /external/libvpx/libvpx/third_party/libyuv/source/
scale_any.cc 203 SAANY(ScaleAddRow_Any_SSE2, ScaleAddRow_SSE2, ScaleAddRow_C, 15)
scale_gcc.cc 765 void ScaleAddRow_SSE2(const uint8* src_ptr, uint16* dst_ptr, int src_width) {
    [all...]
scale.cc 758 ScaleAddRow = ScaleAddRow_SSE2;
    [all...]
scale_win.cc 805 void ScaleAddRow_SSE2(const uint8* src_ptr, uint16* dst_ptr, int src_width) {
    [all...]
  /external/libyuv/files/source/
scale_any.cc 413 SAANY(ScaleAddRow_Any_SSE2, ScaleAddRow_SSE2, ScaleAddRow_C, 15)
scale_gcc.cc     [all...]
scale.cc 885 ScaleAddRow = ScaleAddRow_SSE2;
    [all...]
scale_win.cc 810 __declspec(naked) void ScaleAddRow_SSE2(const uint8* src_ptr,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 317 void ScaleAddRow_SSE2(const uint8* src_ptr, uint16* dst_ptr, int src_width);
  /external/libyuv/files/include/libyuv/
scale_row.h 497 void ScaleAddRow_SSE2(const uint8* src_ptr, uint16* dst_ptr, int src_width);
    [all...]

Completed in 1187 milliseconds