OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y1_const
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_postproc.c
479
int
y1_const
= y1 * ((1 << 16) - alpha);
local
486
y[j] = (y[j] * alpha +
y1_const
) >> 16;
512
int
y1_const
= y1 * ((1 << 16) - alpha);
local
518
y[j] = (y[j] * alpha +
y1_const
) >> 16;
524
y[0] = (y[0] * alpha +
y1_const
) >> 16;
525
y[1] = (y[1] * alpha +
y1_const
) >> 16;
526
y[14] = (y[14] * alpha +
y1_const
) >> 16;
527
y[15] = (y[15] * alpha +
y1_const
) >> 16;
533
y[j] = (y[j] * alpha +
y1_const
) >> 16;
567
int
y1_const
= y1 * ((1 << 16) - alpha)
local
[
all
...]
/external/libvpx/libvpx/vp8/common/
postproc.c
549
int
y1_const
= y_1*((1<<16)-alpha);
local
558
y[j] = (y[j]*alpha +
y1_const
)>>16;
587
int
y1_const
= y_1*((1<<16)-alpha);
local
595
y[j] = (y[j]*alpha +
y1_const
)>>16;
602
y[0] = (y[0]*alpha +
y1_const
)>>16;
603
y[1] = (y[1]*alpha +
y1_const
)>>16;
604
y[14] = (y[14]*alpha +
y1_const
)>>16;
605
y[15] = (y[15]*alpha +
y1_const
)>>16;
613
y[j] = (y[j]*alpha +
y1_const
)>>16;
651
int
y1_const
= y_1*((1<<16)-alpha)
local
[
all
...]
Completed in 175 milliseconds