OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fdct_round_shift
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_dct.c
21
static INLINE int
fdct_round_shift
(int input) {
function
38
output[0] =
fdct_round_shift
(temp1);
39
output[2] =
fdct_round_shift
(temp2);
42
output[1] =
fdct_round_shift
(temp1);
43
output[3] =
fdct_round_shift
(temp2);
98
out[0] =
fdct_round_shift
(temp1);
99
out[2] =
fdct_round_shift
(temp2);
102
out[1] =
fdct_round_shift
(temp1);
103
out[3] =
fdct_round_shift
(temp2);
156
output[0] =
fdct_round_shift
(s0)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c
21
static INLINE int
fdct_round_shift
(int input) {
function
38
output[0] =
fdct_round_shift
(temp1);
39
output[2] =
fdct_round_shift
(temp2);
42
output[1] =
fdct_round_shift
(temp1);
43
output[3] =
fdct_round_shift
(temp2);
87
out[0] =
fdct_round_shift
(temp1);
88
out[2] =
fdct_round_shift
(temp2);
91
out[1] =
fdct_round_shift
(temp1);
92
out[3] =
fdct_round_shift
(temp2);
145
output[0] =
fdct_round_shift
(s0)
[
all
...]
Completed in 48 milliseconds