OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resample
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
1892
//
resample
with nearest-neighbor
1958
resample_row_func
resample
;
member in struct:__anon26c9e3660808
1984
//
resample
and color-convert
2008
if (r->hs == 1 && r->vs == 1) r->
resample
= resample_row_1;
2009
else if (r->hs == 1 && r->vs == 2) r->
resample
= resample_row_v_2;
2010
else if (r->hs == 2 && r->vs == 1) r->
resample
= resample_row_h_2;
2011
else if (r->hs == 2 && r->vs == 2) r->
resample
= resample_row_hv_2;
2012
else r->
resample
= resample_row_generic;
2019
// now go ahead and
resample
2025
coutput[k] = r->
resample
(z->img_comp[k].linebuf
[
all
...]
stb_image.c
1892
//
resample
with nearest-neighbor
1958
resample_row_func
resample
;
member in struct:__anon26c9e3660808
1984
//
resample
and color-convert
2008
if (r->hs == 1 && r->vs == 1) r->
resample
= resample_row_1;
2009
else if (r->hs == 1 && r->vs == 2) r->
resample
= resample_row_v_2;
2010
else if (r->hs == 2 && r->vs == 1) r->
resample
= resample_row_h_2;
2011
else if (r->hs == 2 && r->vs == 2) r->
resample
= resample_row_hv_2;
2012
else r->
resample
= resample_row_generic;
2019
// now go ahead and
resample
2025
coutput[k] = r->
resample
(z->img_comp[k].linebuf
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025