Home
last modified time | relevance | path

Searched refs:pred_bits (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dvp8l_enc.c1081 const int pred_bits = enc->transform_bits_; in ApplyPredictFilter() local
1082 const int transform_width = VP8LSubSampleSize(width, pred_bits); in ApplyPredictFilter()
1083 const int transform_height = VP8LSubSampleSize(height, pred_bits); in ApplyPredictFilter()
1088 VP8LResidualImage(width, height, pred_bits, low_effort, enc->argb_, in ApplyPredictFilter()
1094 assert(pred_bits >= 2); in ApplyPredictFilter()
1095 VP8LPutBits(bw, pred_bits - 2, 3); in ApplyPredictFilter()