/external/opencv3/3rdparty/libwebp/enc/ |
frame.c | 339 ctx = it->top_nz_[x] + it->left_nz_[y]; 356 R += GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res); 362 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 365 it->top_nz_[x] = it->left_nz_[y] = (res.last >= 0); 383 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; 386 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0); 483 it->top_nz_[8] = it->left_nz_[8] = 484 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res); 493 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 495 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res) [all...] |
iterator.c | 33 it->left_nz_[8] = 0; 194 int* const left_nz = it->left_nz_; 227 const int* const left_nz = it->left_nz_;
|
quant.c | 670 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 674 it->top_nz_[x] = it->left_nz_[y] = non_zero; 707 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 735 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; 739 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero; 884 it->top_nz_[it->i4_ & 3] = it->left_nz_[it->i4_ >> 2] = (rd_i4.nz ? 1 : 0); [all...] |
vp8enci.h | 289 int left_nz_[9]; // left-non-zero. left_nz[8] is independent. member in struct:__anon21906
|
/external/webp/src/enc/ |
frame.c | 310 it->top_nz_[8] = it->left_nz_[8] = 311 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res); 320 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 322 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res); 332 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; 334 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = 360 it->top_nz_[8] = it->left_nz_[8] = 361 VP8RecordCoeffs(it->top_nz_[8] + it->left_nz_[8], &res); 370 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 372 it->top_nz_[x] = it->left_nz_[y] = VP8RecordCoeffs(ctx, &res) [all...] |
cost.c | 226 ctx = it->top_nz_[x] + it->left_nz_[y]; 243 R += VP8GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res); 249 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 252 it->top_nz_[x] = it->left_nz_[y] = (res.last >= 0); 270 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; 273 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0);
|
iterator.c | 28 it->left_nz_[8] = 0; 233 int* const left_nz = it->left_nz_; 266 const int* const left_nz = it->left_nz_;
|
quant.c | 760 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 764 it->top_nz_[x] = it->left_nz_[y] = non_zero; 803 const int ctx = it->top_nz_[x] + it->left_nz_[y]; 831 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; 835 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero; [all...] |
vp8enci.h | 237 int left_nz_[9]; // left-non-zero. left_nz[8] is independent. member in struct:__anon27466
|