HomeSort by relevance Sort by last modified time
    Searched refs:VP8EncBands (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
frame.c 43 const uint8_t VP8EncBands[16 + 1] = {
109 uint64_t (*s)[2] = res->stats[VP8EncBands[n]][ctx];
117 s = res->stats[VP8EncBands[n]][0];
121 s = res->stats[VP8EncBands[n]][1];
149 s = res->stats[VP8EncBands[n]][2];
224 const uint8_t* p = res->prob[VP8EncBands[n]][ctx];
225 const uint16_t *t = res->cost[VP8EncBands[n]][ctx];
236 p = res->prob[VP8EncBands[n]][0];
237 t = res->cost[VP8EncBands[n]][0];
241 p = res->prob[VP8EncBands[n]][1]
    [all...]
vp8enci.h 404 extern const uint8_t VP8EncBands[16 + 1];
quant.c 438 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0];
494 last_proba = last_costs[VP8EncBands[n + 1]][cur->ctx][0];
506 const uint16_t* const tcost = costs[VP8EncBands[n]][prev_ctx];

Completed in 45 milliseconds