OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_fdct8x8_1_neon
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
fwd_txfm_neon.c
205
void
vpx_fdct8x8_1_neon
(const int16_t *input, int16_t *output, int stride) {
function
/external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h
262
void
vpx_fdct8x8_1_neon
(const int16_t *input, tran_low_t *output, int stride);
263
#define vpx_fdct8x8_1
vpx_fdct8x8_1_neon
[
all
...]
/external/libvpx/config/arm64/
vpx_dsp_rtcd.h
262
void
vpx_fdct8x8_1_neon
(const int16_t *input, tran_low_t *output, int stride);
263
#define vpx_fdct8x8_1
vpx_fdct8x8_1_neon
[
all
...]
Completed in 61 milliseconds