OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:limit_bits
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/enc/
near_lossless.c
100
int
limit_bits
, uint32_t* copy_buffer) {
102
const int limit = 1 <<
limit_bits
;
114
curr_argb_row[x] = ClosestDiscretizedArgb(curr_row[x],
limit_bits
);
142
const int
limit_bits
= QualityToLimitBits(quality);
local
144
assert(
limit_bits
>= 0);
145
assert(
limit_bits
<= MAX_LIMIT_BITS);
155
for (i =
limit_bits
; i != 0; --i) {
Completed in 392 milliseconds