OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_dequant_idct_add_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/
idct_blk.c
14
void
vp8_dequant_idct_add_c
(short *input, short *dq,
31
vp8_dequant_idct_add_c
(q, dq, dst, stride);
57
vp8_dequant_idct_add_c
(q, dq, dstu, stride);
76
vp8_dequant_idct_add_c
(q, dq, dstv, stride);
dequantize.c
29
void
vp8_dequant_idct_add_c
(short *input, short *dq,
function
/external/libvpx/generic/
vpx_rtcd.h
26
void
vp8_dequant_idct_add_c
(short *input, short *dq, unsigned char *output, int stride);
27
#define vp8_dequant_idct_add
vp8_dequant_idct_add_c
/external/libvpx/mips/
vpx_rtcd.h
26
void
vp8_dequant_idct_add_c
(short *input, short *dq, unsigned char *output, int stride);
27
#define vp8_dequant_idct_add
vp8_dequant_idct_add_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
26
void
vp8_dequant_idct_add_c
(short *input, short *dq, unsigned char *output, int stride);
/external/libvpx/armv7a/
vpx_rtcd.h
27
void
vp8_dequant_idct_add_c
(short *input, short *dq, unsigned char *output, int stride);
/external/libvpx/armv7a-neon/
vpx_rtcd.h
28
void
vp8_dequant_idct_add_c
(short *input, short *dq, unsigned char *output, int stride);
[
all
...]
Completed in 265 milliseconds