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

  /external/webp/src/enc/
cost.c 494 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
507 const int b = VP8EncBands[n + 1];
518 const int b = VP8EncBands[n + 1];
684 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
695 s = res->stats[VP8EncBands[n]][0];
699 s = res->stats[VP8EncBands[n]][1];
728 s = res->stats[VP8EncBands[n]][2];
token.c 126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
178 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
frame.c 84 const uint8_t VP8EncBands[16 + 1] = {
229 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
240 p = res->prob[VP8EncBands[n]][0];
244 p = res->prob[VP8EncBands[n]][1];
289 p = res->prob[VP8EncBands[n]][2];
vp8enci.h 489 extern const uint8_t VP8EncBands[16 + 1];
quant.c 569 const int last_proba = probas[VP8EncBands[first]][ctx0][0];
593 ss_cur[m].costs = costs[VP8EncBands[first]][ctx0];
621 const int band = VP8EncBands[n + 1];
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 516 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
556 "addu %[b_reg], %[n], %[VP8EncBands] \n\t"
    [all...]

Completed in 197 milliseconds