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

  /external/webp/src/dsp/
cost.c 314 const uint8_t VP8EncBands[16 + 1] = {
324 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
348 const int b = VP8EncBands[n + 1];
cost_mips_dsp_r2.c 22 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
85 const int b = VP8EncBands[n + 1];
cost_mips32.c 22 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
90 const int b = VP8EncBands[n + 1];
cost_sse2.c 49 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
96 const int b = VP8EncBands[n + 1];
dsp.h 201 extern const uint8_t VP8EncBands[16 + 1];
  /external/webp/src/enc/
cost.c 85 proba->level_cost_[ctype][VP8EncBands[n]][ctx];
303 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
314 s = res->stats[VP8EncBands[n]][0];
318 s = res->stats[VP8EncBands[n]][1];
347 s = res->stats[VP8EncBands[n]][2];
token.c 126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0
130 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1
176 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 2); // ctx=2
frame.c 225 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
236 p = res->prob[VP8EncBands[n]][0];
240 p = res->prob[VP8EncBands[n]][1];
285 p = res->prob[VP8EncBands[n]][2];
quant.c 590 const int last_proba = probas[VP8EncBands[first]][ctx0][0];
642 const int band = VP8EncBands[n + 1];
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 45 const uint8_t VP8EncBands[16 + 1] = {
118 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
129 s = res->stats[VP8EncBands[n]][0];
133 s = res->stats[VP8EncBands[n]][1];
161 s = res->stats[VP8EncBands[n]][2];
287 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
298 const int b = VP8EncBands[n + 1];
322 const int b = VP8EncBands[n + 1];
398 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
409 p = res->prob[VP8EncBands[n]][0]
    [all...]
token.c 119 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
171 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
vp8enci.h 475 extern const uint8_t VP8EncBands[16 + 1];
quant.c 506 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0];
562 last_proba = last_costs[VP8EncBands[n + 1]][cur->ctx][0];
574 const uint16_t* const tcost = costs[VP8EncBands[n]][prev_ctx];
    [all...]

Completed in 139 milliseconds