OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FData
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
filter.c
114
int
FData
[9 * 4]; /* Temp data buffer used in filtering */
117
filter_block2d_first_pass(src_ptr - (2 * src_pixels_per_line),
FData
,
121
filter_block2d_second_pass(
FData
+ 8, output_ptr, output_pitch, 4, 4, 4, 4,
142
int
FData
[13 * 16]; /* Temp data buffer used in filtering */
148
filter_block2d_first_pass(src_ptr - (2 * src_pixels_per_line),
FData
,
152
filter_block2d_second_pass(
FData
+ 16, dst_ptr, dst_pitch, 8, 8, 8, 8,
161
int
FData
[13 * 16]; /* Temp data buffer used in filtering */
167
filter_block2d_first_pass(src_ptr - (2 * src_pixels_per_line),
FData
,
171
filter_block2d_second_pass(
FData
+ 16, dst_ptr, dst_pitch, 8, 8, 4, 8,
180
int
FData
[21 * 24]; /* Temp data buffer used in filtering *
[
all
...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c
[
all
...]
Completed in 278 milliseconds