OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdct4
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/test/
vp10_dct_test.cc
108
FdctParam(&
fdct4
, &reference_dct_1d, 4, 1),
/external/libvpx/libvpx/vp9/encoder/
vp9_dct.c
23
static void
fdct4
(const tran_low_t *input, tran_low_t *output) {
function
57
//
fdct4
(step, step);
136
//
fdct4
(step, step);
510
{
fdct4
,
fdct4
}, // DCT_DCT = 0
511
{ fadst4,
fdct4
}, // ADST_DCT = 1
512
{
fdct4
, fadst4 }, // DCT_ADST = 2
596
//
fdct4
(step, step);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c
27
static void
fdct4
(const int16_t *input, int16_t *output) {
function
152
{
fdct4
,
fdct4
}, // DCT_DCT = 0
153
{ fadst4,
fdct4
}, // ADST_DCT = 1
154
{
fdct4
, fadst4 }, // DCT_ADST = 2
206
//
fdct4
(step, step);
266
//
fdct4
(step, step);
390
//
fdct4
(step, step);
699
//
fdct4
(step, step);
[
all
...]
Completed in 44 milliseconds