OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_sad16x8_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/
sad_c.c
59
unsigned int
vp8_sad16x8_c
(const unsigned char *src_ptr, int src_stride,
function
108
sad_array[0] =
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
109
sad_array[1] =
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
110
sad_array[2] =
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
117
sad_array[0] = (unsigned short)
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
118
sad_array[1] = (unsigned short)
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
119
sad_array[2] = (unsigned short)
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
120
sad_array[3] = (unsigned short)
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX);
121
sad_array[4] = (unsigned short)
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX);
122
sad_array[5] = (unsigned short)
vp8_sad16x8_c
(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX)
[
all
...]
/external/libvpx/libvpx/test/
sad_test.cc
186
const sad_m_by_n_fn_t sad_16x8_c =
vp8_sad16x8_c
;
/external/libvpx/armv7a/
vpx_rtcd.h
195
unsigned int
vp8_sad16x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
196
#define vp8_sad16x8
vp8_sad16x8_c
/external/libvpx/generic/
vpx_rtcd.h
161
unsigned int
vp8_sad16x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
162
#define vp8_sad16x8
vp8_sad16x8_c
/external/libvpx/mips/
vpx_rtcd.h
161
unsigned int
vp8_sad16x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
162
#define vp8_sad16x8
vp8_sad16x8_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
179
unsigned int
vp8_sad16x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
180
#define vp8_sad16x8
vp8_sad16x8_c
/external/libvpx/armv7a-neon/
vpx_rtcd.h
233
unsigned int
vp8_sad16x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
[
all
...]
Completed in 4297 milliseconds