Home | History | Annotate | Download | only in encoder

Lines Matching defs:shift

167     unsigned int shift;
204 shift = vp8_norm[range];
205 range <<= shift;
206 count += shift;
210 int offset = shift - count;
232 shift = count;
237 lowvalue <<= shift;
269 shift = vp8_norm[range];
270 range <<= shift;
271 count += shift;
275 int offset = shift - count;
297 shift = count;
302 lowvalue <<= shift;