OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_convolve8_horiz_dspr2
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h
42
void
vpx_convolve8_horiz_dspr2
(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43
#define vpx_convolve8_horiz
vpx_convolve8_horiz_dspr2
[
all
...]
/external/libvpx/libvpx/test/
convolve_test.cc
[
all
...]
/external/libvpx/libvpx/vpx_dsp/mips/
convolve8_horiz_dspr2.c
839
void
vpx_convolve8_horiz_dspr2
(const uint8_t *src, ptrdiff_t src_stride,
function
[
all
...]
Completed in 1072 milliseconds