Home | History | Annotate | Download | only in enc

Lines Matching refs:ch

374   int ch, x, y;
380 for (ch = 0; ch <= 2; ch += 2) {
383 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
384 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res);
386 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0);
470 int x, y, ch;
502 for (ch = 0; ch <= 2; ch += 2) {
505 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
506 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res);
507 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =
524 int x, y, ch;
551 for (ch = 0; ch <= 2; ch += 2) {
554 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
555 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res);
556 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =
572 int x, y, ch;
604 for (ch = 0; ch <= 2; ch += 2) {
607 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
608 SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res);
609 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =