OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y1_const
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/vp8/common/
postproc.c
502
int
y1_const
= y1*((1<<16)-alpha);
local
511
y[j] = (y[j]*alpha +
y1_const
)>>16;
540
int
y1_const
= y1*((1<<16)-alpha);
local
548
y[j] = (y[j]*alpha +
y1_const
)>>16;
555
y[0] = (y[0]*alpha +
y1_const
)>>16;
556
y[1] = (y[1]*alpha +
y1_const
)>>16;
557
y[14] = (y[14]*alpha +
y1_const
)>>16;
558
y[15] = (y[15]*alpha +
y1_const
)>>16;
566
y[j] = (y[j]*alpha +
y1_const
)>>16;
604
int
y1_const
= y1*((1<<16)-alpha)
local
[
all
...]
Completed in 553 milliseconds