OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_idct_output
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct16x16_neon.c
41
int16_t
row_idct_output
[16*16] = {0};
local
53
// which will be saved into
row_idct_output
.
55
row_idct_output
,
68
// which will be saved into
row_idct_output
.
70
row_idct_output
+8,
79
vp9_idct16x16_256_add_neon_pass1(
row_idct_output
, pass1_output, 8);
84
vp9_idct16x16_256_add_neon_pass2(
row_idct_output
+1,
85
row_idct_output
,
94
vp9_idct16x16_256_add_neon_pass1(
row_idct_output
+8*16, pass1_output, 8);
99
vp9_idct16x16_256_add_neon_pass2(
row_idct_output
+8*16+1
116
int16_t
row_idct_output
[16*16] = {0};
local
[
all
...]
/external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct16x16_neon.c
41
int16_t
row_idct_output
[16*16] = {0};
local
53
// which will be saved into
row_idct_output
.
55
row_idct_output
,
68
// which will be saved into
row_idct_output
.
70
row_idct_output
+8,
79
vp9_idct16x16_256_add_neon_pass1(
row_idct_output
, pass1_output, 8);
84
vp9_idct16x16_256_add_neon_pass2(
row_idct_output
+1,
85
row_idct_output
,
94
vp9_idct16x16_256_add_neon_pass1(
row_idct_output
+8*16, pass1_output, 8);
99
vp9_idct16x16_256_add_neon_pass2(
row_idct_output
+8*16+1
116
int16_t
row_idct_output
[16*16] = {0};
local
[
all
...]
Completed in 371 milliseconds