Home
last modified time | relevance | path

Searched defs:source_step (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c66 static void scale1d_2t1_i(const unsigned char *source, int source_step, in scale1d_2t1_i()
116 static void scale1d_2t1_ps(const unsigned char *source, int source_step, in scale1d_2t1_ps()
157 static void scale1d_c(const unsigned char *source, int source_step, in scale1d_c()
/external/libaom/libaom/aom_scale/generic/
Daom_scale.c68 static void scale1d_2t1_i(const unsigned char *source, int source_step, in scale1d_2t1_i()
118 static void scale1d_2t1_ps(const unsigned char *source, int source_step, in scale1d_2t1_ps()
160 static void scale1d_c(const unsigned char *source, int source_step, in scale1d_c()
/external/llvm-project/lldb/source/Target/
DThread.cpp1902 Status Thread::StepIn(bool source_step, in StepIn()
1938 Status Thread::StepOver(bool source_step, in StepOver()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp4023 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local
4036 bool source_step = (c == 's'); in WindowDelegateHandleChar() local