OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fadst8
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_dct.c
275
static void
fadst8
(const tran_low_t *input, tran_low_t *output) {
function
518
{
fadst8
, fdct8 }, // ADST_DCT = 1
519
{ fdct8,
fadst8
}, // DCT_ADST = 2
520
{
fadst8
,
fadst8
} // ADST_ADST = 3
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c
492
static void
fadst8
(const int16_t *input, int16_t *output) {
function
565
{
fadst8
, fdct8 }, // ADST_DCT = 1
566
{ fdct8,
fadst8
}, // DCT_ADST = 2
567
{
fadst8
,
fadst8
} // ADST_ADST = 3
[
all
...]
Completed in 177 milliseconds