Searched refs:pred_bits (Results 1 – 1 of 1) sorted by relevance
1094 const int pred_bits = enc->transform_bits_; in ApplyPredictFilter() local1095 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter()1096 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter()1101 VP8LResidualImage(width, height, pred_bits, low_effort, enc->argb_, in ApplyPredictFilter()1107 assert(pred_bits >= 2); in ApplyPredictFilter()1108 VP8LPutBits(bw, pred_bits - 2, 3); in ApplyPredictFilter()