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

  /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...]
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...]
iterator.c 193 int* const top_nz = it->top_nz_;
226 const int* const top_nz = it->top_nz_;
vp8enci.h 288 int top_nz_[9]; // top-non-zero context. member in struct:__anon20464
  /external/webp/src/enc/
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);
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...]
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...]
iterator.c 232 int* const top_nz = it->top_nz_;
265 const int* const top_nz = it->top_nz_;
vp8enci.h 236 int top_nz_[9]; // top-non-zero context. member in struct:__anon26165

Completed in 59 milliseconds