OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:final_output
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_dct.c
235
void vp9_fdct8x8_c(const int16_t *input, int16_t *
final_output
, int stride) {
300
fdct8(&intermediate[i * 8], &
final_output
[i * 8]);
302
final_output
[j + i * 8] /= 2;
[
all
...]
Completed in 44 milliseconds