HomeSort by relevance Sort by last modified time
    Searched refs:top_nz_ (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
iterator.c 183 it->top_nz_[0] = BIT(tnz, 12);
184 it->top_nz_[1] = BIT(tnz, 13);
185 it->top_nz_[2] = BIT(tnz, 14);
186 it->top_nz_[3] = BIT(tnz, 15);
188 it->top_nz_[4] = BIT(tnz, 18);
189 it->top_nz_[5] = BIT(tnz, 19);
191 it->top_nz_[6] = BIT(tnz, 22);
192 it->top_nz_[7] = BIT(tnz, 23);
194 it->top_nz_[8] = BIT(tnz, 24);
213 nz |= (it->top_nz_[0] << 12) | (it->top_nz_[1] << 13)
    [all...]
frame.c 262 ctx = it->top_nz_[x] + it->left_nz_[y];
278 R += GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res);
284 const int ctx = it->top_nz_[x] + it->left_nz_[y];
287 it->top_nz_[x] = it->left_nz_[y] = (res.last >= 0);
304 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
307 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0);
403 it->top_nz_[8] = it->left_nz_[8] =
404 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res);
413 const int ctx = it->top_nz_[x] + it->left_nz_[y];
415 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res)
    [all...]
quant.c 602 const int ctx = it->top_nz_[x] + it->left_nz_[y];
606 it->top_nz_[x] = it->left_nz_[y] = non_zero;
639 const int ctx = it->top_nz_[x] + it->left_nz_[y];
667 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
671 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero;
809 it->top_nz_[it->i4_ & 3] = it->left_nz_[it->i4_ >> 2] = (rd_i4.nz ? 1 : 0);
vp8enci.h 266 int top_nz_[9]; // top-non-zero context. member in struct:__anon15244

Completed in 41 milliseconds