OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_iht8x8_64_add_neon
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
fdct8x8_test.cc
324
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 0),
325
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 1),
326
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 2),
327
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 3)));
/external/libvpx/config/arm-neon/
vp9_rtcd.h
85
void
vp9_iht8x8_64_add_neon
(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
86
#define vp9_iht8x8_64_add
vp9_iht8x8_64_add_neon
/external/libvpx/config/arm64/
vp9_rtcd.h
85
void
vp9_iht8x8_64_add_neon
(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
86
#define vp9_iht8x8_64_add
vp9_iht8x8_64_add_neon
/external/libvpx/libvpx/test/
fdct8x8_test.cc
709
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 0, VPX_BITS_8),
710
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 1, VPX_BITS_8),
711
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 2, VPX_BITS_8),
712
make_tuple(&vp9_fht8x8_c, &
vp9_iht8x8_64_add_neon
, 3, VPX_BITS_8)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h
296
void
vp9_iht8x8_64_add_neon
(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
297
#define vp9_iht8x8_64_add
vp9_iht8x8_64_add_neon
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm
11
EXPORT |
vp9_iht8x8_64_add_neon
|
562
;void
vp9_iht8x8_64_add_neon
(int16_t *input, uint8_t *dest,
570
|
vp9_iht8x8_64_add_neon
| PROC
696
ENDP ; |
vp9_iht8x8_64_add_neon
|
/external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.c
489
void
vp9_iht8x8_64_add_neon
(const tran_low_t *input, uint8_t *dest,
function
Completed in 86 milliseconds