OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upmethod
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jdmerge.c
54
void (*
upmethod
) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
member in struct:__anon15231
289
(*upsample->
upmethod
) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
312
(*upsample->
upmethod
) (cinfo, input_buf, *in_row_group_ctr,
592
upsample->
upmethod
= jsimd_h2v2_merged_upsample;
594
upsample->
upmethod
= h2v2_merged_upsample;
597
upsample->
upmethod
= h2v2_merged_upsample_565D;
599
upsample->
upmethod
= h2v2_merged_upsample_565;
609
upsample->
upmethod
= jsimd_h2v1_merged_upsample;
611
upsample->
upmethod
= h2v1_merged_upsample;
614
upsample->
upmethod
= h2v1_merged_upsample_565D
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jdmerge.c
48
JMETHOD(void,
upmethod
, (j_decompress_ptr cinfo,
180
(*upsample->
upmethod
) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
203
(*upsample->
upmethod
) (cinfo, input_buf, *in_row_group_ctr,
385
upsample->
upmethod
= h2v2_merged_upsample;
392
upsample->
upmethod
= h2v1_merged_upsample;
/external/pdfium/third_party/libjpeg/
fpdfapi_jdmerge.c
51
JMETHOD(void,
upmethod
, (j_decompress_ptr cinfo,
183
(*upsample->
upmethod
) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
206
(*upsample->
upmethod
) (cinfo, input_buf, *in_row_group_ctr,
388
upsample->
upmethod
= h2v2_merged_upsample;
395
upsample->
upmethod
= h2v1_merged_upsample;
Completed in 429 milliseconds