OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x2y2
(Results
1 - 5
of
5
) sorted by null
/external/libopus/celt/
pitch.c
442
opus_val32
x2y2
;
local
444
x2y2
= 1+HALF32(MULT32_32_Q31(xx,yy));
445
sh = celt_ilog2(
x2y2
)>>1;
446
t = VSHR32(
x2y2
, 2*(sh-7));
478
opus_val32
x2y2
;
local
480
x2y2
= 1+MULT32_32_Q31(xx,yy);
481
sh = celt_ilog2(
x2y2
)>>1;
482
t = VSHR32(
x2y2
, 2*(sh-7));
/external/v8/tools/
gc-nvp-trace-processor.py
58
x2y2
= '
x2y2
'
variable
132
if item.axis == x1y2 or item.axis ==
x2y2
:
/external/opencv3/modules/calib3d/src/
rho.cpp
[
all
...]
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
316
| region x0y2 | region x1y2 | region
x2y2
|
528
/* handle all pixels in region
x2y2
*/
813
/* handle all pixels in region
x2y2
*/
UInt8Image.c
500
| region x0y2 | region x1y2 | region
x2y2
|
706
/* handle all pixels in region
x2y2
*/
Completed in 789 milliseconds