OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idct8_c
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_idct.c
53
{
idct8_c
,
idct8_c
}, // DCT_DCT = 0
54
{ iadst8_c,
idct8_c
}, // ADST_DCT = 1
55
{
idct8_c
, iadst8_c }, // DCT_ADST = 2
/external/libvpx/libvpx/vpx_dsp/
inv_txfm.h
95
void
idct8_c
(const tran_low_t *input, tran_low_t *output);
inv_txfm.c
269
void
idct8_c
(const tran_low_t *input, tran_low_t *output) {
function
332
idct8_c
(input, outptr);
340
idct8_c
(temp_in, temp_out);
357
idct8_c
(input, outptr);
365
idct8_c
(temp_in, temp_out);
[
all
...]
Completed in 42 milliseconds