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

  /external/webp/src/enc/
frame_enc.c 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)
    [all...]
cost_enc.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_enc.c 28 it->left_nz_[8] = 0;
230 int* const left_nz = it->left_nz_;
263 const int* const left_nz = it->left_nz_;
quant_enc.c 776 const int ctx = it->top_nz_[x] + it->left_nz_[y];
780 it->top_nz_[x] = it->left_nz_[y] = non_zero;
819 const int ctx = it->top_nz_[x] + it->left_nz_[y];
847 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
851 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero;
    [all...]
vp8i_enc.h 235 int left_nz_[9]; // left-non-zero. left_nz[8] is independent. member in struct:__anon43762

Completed in 433 milliseconds