OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_sad16x16_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/
sad_c.c
45
unsigned int
vp8_sad16x16_c
(const unsigned char *src_ptr, int src_stride,
function
85
sad_array[0] =
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
86
sad_array[1] =
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
87
sad_array[2] =
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
94
sad_array[0] = (unsigned short)
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
95
sad_array[1] = (unsigned short)
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
96
sad_array[2] = (unsigned short)
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
97
sad_array[3] = (unsigned short)
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX);
98
sad_array[4] = (unsigned short)
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX);
99
sad_array[5] = (unsigned short)
vp8_sad16x16_c
(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX)
[
all
...]
/external/libvpx/libvpx/test/
sad_test.cc
184
const sad_m_by_n_fn_t sad_16x16_c =
vp8_sad16x16_c
;
/external/libvpx/generic/
vpx_rtcd.h
164
unsigned int
vp8_sad16x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
165
#define vp8_sad16x16
vp8_sad16x16_c
/external/libvpx/mips/
vpx_rtcd.h
164
unsigned int
vp8_sad16x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
165
#define vp8_sad16x16
vp8_sad16x16_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
182
unsigned int
vp8_sad16x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
183
#define vp8_sad16x16
vp8_sad16x16_c
/external/libvpx/armv7a/
vpx_rtcd.h
198
unsigned int
vp8_sad16x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
/external/libvpx/armv7a-neon/
vpx_rtcd.h
237
unsigned int
vp8_sad16x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
[
all
...]
Completed in 26 milliseconds