OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_iht4x4_16_add_neon
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
fdct4x4_test.cc
298
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 0),
299
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 1),
300
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 2),
301
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 3)));
/external/libvpx/config/arm-neon/
vp9_rtcd.h
81
void
vp9_iht4x4_16_add_neon
(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
82
#define vp9_iht4x4_16_add
vp9_iht4x4_16_add_neon
/external/libvpx/config/arm64/
vp9_rtcd.h
81
void
vp9_iht4x4_16_add_neon
(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
82
#define vp9_iht4x4_16_add
vp9_iht4x4_16_add_neon
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.asm
11
EXPORT |
vp9_iht4x4_16_add_neon
|
142
;void
vp9_iht4x4_16_add_neon
(int16_t *input, uint8_t *dest,
150
|
vp9_iht4x4_16_add_neon
| PROC
235
ENDP ; |
vp9_iht4x4_16_add_neon
|
/external/libvpx/libvpx/test/
fdct4x4_test.cc
484
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 0, VPX_BITS_8),
485
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 1, VPX_BITS_8),
486
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 2, VPX_BITS_8),
487
make_tuple(&vp9_fht4x4_c, &
vp9_iht4x4_16_add_neon
, 3, VPX_BITS_8)));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h
292
void
vp9_iht4x4_16_add_neon
(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
293
#define vp9_iht4x4_16_add
vp9_iht4x4_16_add_neon
/external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.c
157
void
vp9_iht4x4_16_add_neon
(const tran_low_t *input, uint8_t *dest,
function
Completed in 164 milliseconds