OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8EncBands
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/enc/
frame.c
43
const uint8_t
VP8EncBands
[16 + 1] = {
116
// should be stats[
VP8EncBands
[n]], but it's equivalent for n=0 or 1
127
s = res->stats[
VP8EncBands
[n]][0];
131
s = res->stats[
VP8EncBands
[n]][1];
159
s = res->stats[
VP8EncBands
[n]][2];
285
// should be prob[
VP8EncBands
[n]], but it's equivalent for n=0 or 1
296
const int b =
VP8EncBands
[n + 1];
320
const int b =
VP8EncBands
[n + 1];
396
// should be prob[
VP8EncBands
[n]], but it's equivalent for n=0 or 1
407
p = res->prob[
VP8EncBands
[n]][0]
[
all
...]
token.c
117
base_id = TOKEN_ID(coeff_type,
VP8EncBands
[n], ctx, 0);
169
base_id = TOKEN_ID(coeff_type,
VP8EncBands
[n], ctx, 0);
vp8enci.h
472
extern const uint8_t
VP8EncBands
[16 + 1];
quant.c
504
const int last_proba = last_costs[
VP8EncBands
[first]][ctx0][0];
560
last_proba = last_costs[
VP8EncBands
[n + 1]][cur->ctx][0];
572
const uint16_t* const tcost = costs[
VP8EncBands
[n]][prev_ctx];
[
all
...]
Completed in 31 milliseconds