OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_sad16x16x4d_neon
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
sad4d_neon.c
173
void
vpx_sad16x16x4d_neon
(const uint8_t *src, int src_stride,
function
/external/libvpx/config/arm64/
vpx_dsp_rtcd.h
417
void
vpx_sad16x16x4d_neon
(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array);
418
#define vpx_sad16x16x4d
vpx_sad16x16x4d_neon
[
all
...]
/external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h
425
void
vpx_sad16x16x4d_neon
(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array);
426
#define vpx_sad16x16x4d
vpx_sad16x16x4d_neon
[
all
...]
/external/libvpx/libvpx/test/
sad_test.cc
777
const SadMxNx4Func sad16x16x4d_neon =
vpx_sad16x16x4d_neon
;
[
all
...]
Completed in 337 milliseconds