OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_sad4x4_neon
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c
51
unsigned int
vpx_sad4x4_neon
(
function
/external/libvpx/config/arm64/
vpx_dsp_rtcd.h
484
unsigned int
vpx_sad4x4_neon
(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
485
#define vpx_sad4x4
vpx_sad4x4_neon
[
all
...]
/external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h
492
unsigned int
vpx_sad4x4_neon
(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
493
#define vpx_sad4x4
vpx_sad4x4_neon
[
all
...]
/external/libvpx/libvpx/test/
sad_test.cc
762
const SadMxNFunc sad4x4_neon =
vpx_sad4x4_neon
;
[
all
...]
Completed in 363 milliseconds