HomeSort by relevance Sort by last modified time
    Searched defs:VP8EncBands (Results 1 - 2 of 2) 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];
  /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...]

Completed in 783 milliseconds