OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_sad8x16_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/
sad_c.c
67
unsigned int
vp8_sad8x16_c
(const unsigned char *src_ptr, int src_stride,
function
154
sad_array[0] =
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
155
sad_array[1] =
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
156
sad_array[2] =
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
163
sad_array[0] = (unsigned short)
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX);
164
sad_array[1] = (unsigned short)
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX);
165
sad_array[2] = (unsigned short)
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX);
166
sad_array[3] = (unsigned short)
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX);
167
sad_array[4] = (unsigned short)
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX);
168
sad_array[5] = (unsigned short)
vp8_sad8x16_c
(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX)
[
all
...]
/external/libvpx/libvpx/test/
sad_test.cc
185
const sad_m_by_n_fn_t sad_8x16_c =
vp8_sad8x16_c
;
/external/libvpx/armv7a/
vpx_rtcd.h
192
unsigned int
vp8_sad8x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
193
#define vp8_sad8x16
vp8_sad8x16_c
/external/libvpx/generic/
vpx_rtcd.h
158
unsigned int
vp8_sad8x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
159
#define vp8_sad8x16
vp8_sad8x16_c
/external/libvpx/mips/
vpx_rtcd.h
158
unsigned int
vp8_sad8x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
159
#define vp8_sad8x16
vp8_sad8x16_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
176
unsigned int
vp8_sad8x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
177
#define vp8_sad8x16
vp8_sad8x16_c
/external/libvpx/armv7a-neon/
vpx_rtcd.h
229
unsigned int
vp8_sad8x16_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
[
all
...]
Completed in 23 milliseconds