OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:av1_convolve_y_sr_neon
(Results
1 - 4
of
4
) sorted by null
/external/libaom/libaom/test/
av1_convolve_2d_test.cc
79
libaom_test::AV1Convolve2D::BuildParams(
av1_convolve_y_sr_neon
, 0, 1));
/external/libaom/config/arm/config/
av1_rtcd.h
89
void
av1_convolve_y_sr_neon
(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, int h, const InterpFilterParams *filter_params_x, const InterpFilterParams *filter_params_y, const int subpel_x_q4, const int subpel_y_q4, ConvolveParams *conv_params);
90
#define av1_convolve_y_sr
av1_convolve_y_sr_neon
/external/libaom/config/arm64/config/
av1_rtcd.h
89
void
av1_convolve_y_sr_neon
(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, int h, const InterpFilterParams *filter_params_x, const InterpFilterParams *filter_params_y, const int subpel_x_q4, const int subpel_y_q4, ConvolveParams *conv_params);
90
#define av1_convolve_y_sr
av1_convolve_y_sr_neon
/external/libaom/libaom/av1/common/arm/
convolve_neon.c
602
void
av1_convolve_y_sr_neon
(const uint8_t *src, int src_stride, uint8_t *dst,
function
[
all
...]
Completed in 490 milliseconds