OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_int_pro_row_c
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/test/
vp9_avg_test.cc
270
make_tuple(16, &vp9_int_pro_row_sse2, &
vp9_int_pro_row_c
),
271
make_tuple(32, &vp9_int_pro_row_sse2, &
vp9_int_pro_row_c
),
272
make_tuple(64, &vp9_int_pro_row_sse2, &
vp9_int_pro_row_c
)));
291
make_tuple(16, &vp9_int_pro_row_neon, &
vp9_int_pro_row_c
),
292
make_tuple(32, &vp9_int_pro_row_neon, &
vp9_int_pro_row_c
),
293
make_tuple(64, &vp9_int_pro_row_neon, &
vp9_int_pro_row_c
)));
/external/libvpx/config/arm/
vp9_rtcd.h
86
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
87
#define vp9_int_pro_row
vp9_int_pro_row_c
/external/libvpx/config/generic/
vp9_rtcd.h
86
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
87
#define vp9_int_pro_row
vp9_int_pro_row_c
/external/libvpx/config/mips32/
vp9_rtcd.h
86
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
87
#define vp9_int_pro_row
vp9_int_pro_row_c
/external/libvpx/config/mips32-dspr2/
vp9_rtcd.h
89
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
90
#define vp9_int_pro_row
vp9_int_pro_row_c
/external/libvpx/config/mips64/
vp9_rtcd.h
86
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
87
#define vp9_int_pro_row
vp9_int_pro_row_c
/external/libvpx/config/arm-neon/
vp9_rtcd.h
92
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
/external/libvpx/config/arm64/
vp9_rtcd.h
92
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
/external/libvpx/libvpx/vp9/encoder/
vp9_avg.c
132
void
vp9_int_pro_row_c
(int16_t hbuf[16], uint8_t const *ref,
function
/external/libvpx/config/x86/
vp9_rtcd.h
103
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
/external/libvpx/config/x86_64/
vp9_rtcd.h
104
void
vp9_int_pro_row_c
(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
Completed in 525 milliseconds