OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjMCUWidth
(Results
1 - 8
of
8
) sorted by null
/external/libjpeg-turbo/doc/html/search/
variables_74.js
6
['
tjmcuwidth
',['
tjMCUWidth
',['../group___turbo_j_p_e_g.html#ga9e61e7cd47a15a173283ba94e781308c',1,'turbojpeg.h']]],
all_74.js
43
['
tjmcuwidth
',['
tjMCUWidth
',['../group___turbo_j_p_e_g.html#ga9e61e7cd47a15a173283ba94e781308c',1,'turbojpeg.h']]],
/external/libvncserver/common/
turbojpeg.h
100
static const int
tjMCUWidth
[TJ_NUMSAMP] = {8, 16, 16, 8, 8};
turbojpeg.c
195
cinfo->comp_info[0].h_samp_factor=
tjMCUWidth
[subsamp]/8;
266
if(dinfo->comp_info[0].h_samp_factor==
tjMCUWidth
[i]/8
510
mcuw=
tjMCUWidth
[jpegSubsamp];
/external/libjpeg-turbo/
turbojpeg.h
144
static const int
tjMCUWidth
[TJ_NUMSAMP] = {8, 16, 16, 8, 8, 32};
446
* on the level of chrominance subsampling used (see #
tjMCUWidth
502
* by the MCU block width (see #
tjMCUWidth
.)
693
* even multiple of the MCU block width (see #
tjMCUWidth
), then an intermediate
758
* even multiple of the MCU block width (see #
tjMCUWidth
), then an intermediate
[
all
...]
turbojpeg.c
260
cinfo->comp_info[0].h_samp_factor=
tjMCUWidth
[subsamp]/8;
264
cinfo->comp_info[3].h_samp_factor=
tjMCUWidth
[subsamp]/8;
350
if(dinfo->comp_info[0].h_samp_factor==
tjMCUWidth
[i]/8
359
href=
tjMCUWidth
[i]/8; vref=tjMCUHeight[i]/8;
606
mcuw=
tjMCUWidth
[jpegSubsamp];
676
pw=PAD(width,
tjMCUWidth
[subsamp]/8);
680
retval=pw*8/
tjMCUWidth
[subsamp];
[
all
...]
tjbench.c
583
_w=_w-(_w%
tjMCUWidth
[_subsamp]);
589
_h=_h-(_h%
tjMCUWidth
[_subsamp]);
tjunittest.c
301
int hsf=
tjMCUWidth
[subsamp]/8, vsf=tjMCUHeight[subsamp]/8;
Completed in 3748 milliseconds