HomeSort by relevance Sort by last modified time
    Searched refs:VP8EncBands (Results 1 - 10 of 10) 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];
cost_neon.c 55 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
99 const int b = VP8EncBands[n + 1];
dsp.h 314 extern const uint8_t VP8EncBands[16 + 1];
  /external/webp/src/enc/
token_enc.c 120 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
131 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0
132 s = res->stats[VP8EncBands[n]][0];
136 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1
137 s = res->stats[VP8EncBands[n]][1];
184 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 2); // ctx=2
185 s = res->stats[VP8EncBands[n]][2];
cost_enc.c 85 proba->level_cost_[ctype][VP8EncBands[n]][ctx];
291 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
302 s = res->stats[VP8EncBands[n]][0];
306 s = res->stats[VP8EncBands[n]][1];
335 s = res->stats[VP8EncBands[n]][2];
frame_enc.c 235 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
246 p = res->prob[VP8EncBands[n]][0];
250 p = res->prob[VP8EncBands[n]][1];
296 p = res->prob[VP8EncBands[n]][2];
quant_enc.c 608 const int last_proba = probas[VP8EncBands[first]][ctx0][0];
662 const int band = VP8EncBands[n + 1];
    [all...]

Completed in 57 milliseconds