Home | History | Annotate | Download | only in enc

Lines Matching refs:levels

751 // quantized levels in *levels.
806 int16_t levels[16],
820 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_,
823 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
899 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) {
904 score += (levels[i] != 0);
907 levels += 16;