OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minc0
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
jquant2.c
646
find_nearby_colors (j_decompress_ptr cinfo, int
minc0
, int minc1, int minc2,
670
maxc0 =
minc0
+ ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
671
centerc0 = (
minc0
+ maxc0) >> 1;
690
if (x <
minc0
) {
691
tdist = (x -
minc0
) * C0_SCALE;
698
tdist = (x -
minc0
) * C0_SCALE;
707
tdist = (x -
minc0
) * C0_SCALE;
775
find_best_colors (j_decompress_ptr cinfo, int
minc0
, int minc1, int minc2,
813
/* Compute (square of) distance from
minc0
/c1/c2 to this color */
814
inc0 = (
minc0
- GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE
862
int
minc0
, minc1, minc2; \/* lower left corner of update box *\/
local
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant2.c
646
find_nearby_colors (j_decompress_ptr cinfo, int
minc0
, int minc1, int minc2,
670
maxc0 =
minc0
+ ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
671
centerc0 = (
minc0
+ maxc0) >> 1;
690
if (x <
minc0
) {
691
tdist = (x -
minc0
) * C0_SCALE;
698
tdist = (x -
minc0
) * C0_SCALE;
707
tdist = (x -
minc0
) * C0_SCALE;
775
find_best_colors (j_decompress_ptr cinfo, int
minc0
, int minc1, int minc2,
813
/* Compute (square of) distance from
minc0
/c1/c2 to this color */
814
inc0 = (
minc0
- GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE
862
int
minc0
, minc1, minc2; \/* lower left corner of update box *\/
local
[
all
...]
/external/srec/srec/include/
fpi_tgt.h
109
volatile featdata
minC0
; /* Minimum C0 tracked */
/external/srec/srec/clib/
fpi_tgt.c
368
if (frmPkt->
minC0
> parPtr[0]) /* only works if the 0th entry - */
369
frmPkt->
minC0
= parPtr[0]; /* is C0 */
717
frmPkt->
minC0
= 255;
Completed in 2768 milliseconds