OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_short_fdct4x4_c
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
dct.c
14
void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch)
function
60
vp8_short_fdct4x4_c
(input, output, pitch);
61
vp8_short_fdct4x4_c
(input + 4, output + 16, pitch);
/external/libvpx/libvpx/test/
fdct4x4_test.cc
91
vp8_short_fdct4x4_c
(test_input_block, test_output_block, pitch);
116
vp8_short_fdct4x4_c
(test_input_block, test_output_block, pitch);
150
vp8_short_fdct4x4_c
(test_input_block, test_temp_block, pitch);
/external/libvpx/generic/
vpx_rtcd.h
224
void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch);
225
#define vp8_short_fdct4x4
vp8_short_fdct4x4_c
/external/libvpx/mips/
vpx_rtcd.h
224
void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch);
225
#define vp8_short_fdct4x4
vp8_short_fdct4x4_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
242
void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch);
243
#define vp8_short_fdct4x4
vp8_short_fdct4x4_c
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm
18
; void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch)
/external/libvpx/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm
31
;void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch)
/external/libvpx/armv7a/
vpx_rtcd.h
260
void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch);
/external/libvpx/armv7a-neon/
vpx_rtcd.h
302
void
vp8_short_fdct4x4_c
(short *input, short *output, int pitch);
[
all
...]
Completed in 26 milliseconds