OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_temp_block
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc
137
int16_t
test_temp_block
[16];
local
145
vp8_short_fdct4x4_c(test_input_block,
test_temp_block
, pitch);
146
reference_idct4x4(
test_temp_block
, test_output_block);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_fdct4x4_test.cc
137
int16_t
test_temp_block
[16];
local
145
vp8_short_fdct4x4_c(test_input_block,
test_temp_block
, pitch);
146
reference_idct4x4(
test_temp_block
, test_output_block);
Completed in 2052 milliseconds