OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_palette
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
924
static int GetHistoBits(int method, int
use_palette
, int width, int height) {
927
int histo_bits = (
use_palette
? 9 : 7) - method;
944
const int
use_palette
= enc->use_palette_;
local
946
enc->histo_bits_ = GetHistoBits(method,
use_palette
, pic->width, pic->height);
[
all
...]
/external/webp/src/enc/
vp8l.c
924
static int GetHistoBits(int method, int
use_palette
, int width, int height) {
927
int histo_bits = (
use_palette
? 9 : 7) - method;
944
const int
use_palette
= enc->use_palette_;
local
946
enc->histo_bits_ = GetHistoBits(method,
use_palette
, pic->width, pic->height);
[
all
...]
Completed in 28 milliseconds