Home | History | Annotate | Download | only in enc

Lines Matching defs:last

31   int last;
110 if (!Record(res->last >= 0, s[0])) {
151 if (n == 16 || !Record(n <= res->last, s[0])) {
209 res->last = -1;
212 res->last = n;
228 cost = VP8BitCost(res->last >= 0, p[0]);
229 if (res->last < 0) {
232 while (n <= res->last) {
249 cost += VP8BitCost(n <= res->last, p[0]);
287 it->top_nz_[x] = it->left_nz_[y] = (res.last >= 0);
307 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0);
320 if (!VP8PutBit(bw, res->last >= 0, p[0])) {
381 if (n == 16 || !VP8PutBit(bw, n <= res->last, p[0])) {