OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_in
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_mips.c
33
const int16_t*
tmp_in
= in;
local
41
"lh %[tmp1], 0(%[
tmp_in
]) \n\t"
42
"lh %[tmp2], 2(%[
tmp_in
]) \n\t"
43
"lh %[tmp3], 4(%[
tmp_in
]) \n\t"
44
"lh %[tmp4], 6(%[
tmp_in
]) \n\t"
74
"addiu %[
tmp_in
], %[
tmp_in
], 8 \n\t"
80
[tmp7] "=&r" (tmp7), [tmp8] "=&r" (tmp8), [
tmp_in
] "+r" (
tmp_in
),
/external/libopus/src/
mlp.c
98
/* Copy to
tmp_in
*/
122
/* Copy to
tmp_in
*/
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp
788
uint8
tmp_in
[24][24];
local
793
eCreateAlign(in, inpitch, -2, &
tmp_in
[0][0], blkwidth, blkheight + 5);
794
in = &
tmp_in
[2][0];
1314
uint8 tmp_res[24][24],
tmp_in
[24][24];
local
[
all
...]
Completed in 875 milliseconds