OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_int_pro_col_c
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/test/
vp9_avg_test.cc
276
make_tuple(16, &vp9_int_pro_col_sse2, &
vp9_int_pro_col_c
),
277
make_tuple(32, &vp9_int_pro_col_sse2, &
vp9_int_pro_col_c
),
278
make_tuple(64, &vp9_int_pro_col_sse2, &
vp9_int_pro_col_c
)));
297
make_tuple(16, &vp9_int_pro_col_neon, &
vp9_int_pro_col_c
),
298
make_tuple(32, &vp9_int_pro_col_neon, &
vp9_int_pro_col_c
),
299
make_tuple(64, &vp9_int_pro_col_neon, &
vp9_int_pro_col_c
)));
/external/libvpx/config/arm/
vp9_rtcd.h
83
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
84
#define vp9_int_pro_col
vp9_int_pro_col_c
/external/libvpx/config/generic/
vp9_rtcd.h
83
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
84
#define vp9_int_pro_col
vp9_int_pro_col_c
/external/libvpx/config/mips32/
vp9_rtcd.h
83
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
84
#define vp9_int_pro_col
vp9_int_pro_col_c
/external/libvpx/config/mips32-dspr2/
vp9_rtcd.h
86
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
87
#define vp9_int_pro_col
vp9_int_pro_col_c
/external/libvpx/config/mips64/
vp9_rtcd.h
83
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
84
#define vp9_int_pro_col
vp9_int_pro_col_c
/external/libvpx/config/arm-neon/
vp9_rtcd.h
88
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
/external/libvpx/config/arm64/
vp9_rtcd.h
88
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
/external/libvpx/libvpx/vp9/encoder/
vp9_avg.c
149
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width) {
function
/external/libvpx/config/x86/
vp9_rtcd.h
99
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
/external/libvpx/config/x86_64/
vp9_rtcd.h
100
int16_t
vp9_int_pro_col_c
(uint8_t const *ref, const int width);
Completed in 841 milliseconds