OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t0_h
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp
483
Word16
t0_h
, t0_l;
499
L_Extract (corr[-i], &
t0_h
, &t0_l);
500
t0 = Mpy_32_16 (
t0_h
, t0_l, *ww);
504
L_Extract (t0, &
t0_h
, &t0_l);
505
t0 = Mpy_32_16 (
t0_h
, t0_l, *we);
592
Word16
t0_h
;
local
611
L_Extract(corr[-i], &
t0_h
, &t0_l, pOverflow);
612
t0 = Mpy_32_16(
t0_h
, t0_l, *ww, pOverflow);
617
L_Extract(t0, &
t0_h
, &t0_l, pOverflow);
618
t0 = Mpy_32_16(
t0_h
, t0_l, *we, pOverflow)
[
all
...]
Completed in 78 milliseconds