Home | History | Annotate | Download | only in enc

Lines Matching refs:VP8EncBands

43 const uint8_t VP8EncBands[16 + 1] = {
116 // should be stats[VP8EncBands[n]], but it's equivalent for n=0 or 1
127 s = res->stats[VP8EncBands[n]][0];
131 s = res->stats[VP8EncBands[n]][1];
159 s = res->stats[VP8EncBands[n]][2];
285 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
296 const int b = VP8EncBands[n + 1];
320 const int b = VP8EncBands[n + 1];
396 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
407 p = res->prob[VP8EncBands[n]][0];
411 p = res->prob[VP8EncBands[n]][1];
456 p = res->prob[VP8EncBands[n]][2];