OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_alpha
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
alpha.c
188
uint8_t*
quant_alpha
= NULL;
local
210
quant_alpha
= (uint8_t*)malloc(data_size);
211
if (
quant_alpha
== NULL) {
216
CopyPlane(pic->a, pic->a_stride,
quant_alpha
, width, width, height);
224
ok = QuantizeLevels(
quant_alpha
, width, height, alpha_levels, &sse);
236
const int num_colors = GetNumColors(
quant_alpha
, width, height, width);
239
EstimateBestFilter(
quant_alpha
, width, height, width);
249
ok = EncodeAlphaInternal(
quant_alpha
, width, height,
286
ok = EncodeAlphaInternal(
quant_alpha
, width, height,
322
free(
quant_alpha
);
[
all
...]
/external/webp/src/enc/
alpha.c
188
uint8_t*
quant_alpha
= NULL;
local
210
quant_alpha
= (uint8_t*)malloc(data_size);
211
if (
quant_alpha
== NULL) {
216
CopyPlane(pic->a, pic->a_stride,
quant_alpha
, width, width, height);
224
ok = QuantizeLevels(
quant_alpha
, width, height, alpha_levels, &sse);
236
const int num_colors = GetNumColors(
quant_alpha
, width, height, width);
239
EstimateBestFilter(
quant_alpha
, width, height, width);
249
ok = EncodeAlphaInternal(
quant_alpha
, width, height,
286
ok = EncodeAlphaInternal(
quant_alpha
, width, height,
322
free(
quant_alpha
);
[
all
...]
Completed in 561 milliseconds