OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_palette_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8li.h
45
int
use_palette_
;
member in struct:__anon12135
vp8l.c
150
enc->
use_palette_
=
154
if (enc->
use_palette_
&& enc->palette_size_ < MAX_COLORS_FOR_GRAPH) {
155
enc->
use_palette_
= 0;
159
if (!enc->
use_palette_
) {
643
if (!enc->
use_palette_
) {
944
const int use_palette = enc->
use_palette_
;
[
all
...]
/external/webp/src/enc/
vp8li.h
45
int
use_palette_
;
member in struct:__anon28582
vp8l.c
150
enc->
use_palette_
=
154
if (enc->
use_palette_
&& enc->palette_size_ < MAX_COLORS_FOR_GRAPH) {
155
enc->
use_palette_
= 0;
159
if (!enc->
use_palette_
) {
643
if (!enc->
use_palette_
) {
944
const int use_palette = enc->
use_palette_
;
[
all
...]
Completed in 632 milliseconds