OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_padded
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jquant1.c
153
boolean
is_padded
; /* is the colorindex padded for odither? */
member in struct:__anon15864
348
cquantize->
is_padded
= TRUE;
351
cquantize->
is_padded
= FALSE;
769
if (! cquantize->
is_padded
)
/external/opencv3/3rdparty/libjpeg/
jquant1.c
155
boolean
is_padded
; /* is the colorindex padded for odither? */
member in struct:__anon20971
347
cquantize->
is_padded
= TRUE;
350
cquantize->
is_padded
= FALSE;
770
if (! cquantize->
is_padded
)
/bionic/tools/relocation_packer/src/
elf_file.cc
883
const bool
is_padded
= packed_bytes == unpacked_bytes;
local
[
all
...]
Completed in 157 milliseconds