Home | History | Annotate | Download | only in enc

Lines Matching refs:left_nz_

321     it->top_nz_[8] = it->left_nz_[8] =
322 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res);
331 const int ctx = it->top_nz_[x] + it->left_nz_[y];
333 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res);
343 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
345 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =
371 it->top_nz_[8] = it->left_nz_[8] =
372 VP8RecordCoeffs(it->top_nz_[8] + it->left_nz_[8], &res);
381 const int ctx = it->top_nz_[x] + it->left_nz_[y];
383 it->top_nz_[x] = it->left_nz_[y] = VP8RecordCoeffs(ctx, &res);
392 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
394 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =
416 const int ctx = it->top_nz_[8] + it->left_nz_[8];
419 it->top_nz_[8] = it->left_nz_[8] =
429 const int ctx = it->top_nz_[x] + it->left_nz_[y];
431 it->top_nz_[x] = it->left_nz_[y] =
441 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
443 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =
729 it->left_nz_[8] = 0;