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.c 314 it->top_nz_[8] = it->left_nz_[8] =
315 PutCoeffs(bw, it->top_nz_[8] + it->left_nz_[8], &res);
324 const int ctx = it->top_nz_[x] + it->left_nz_[y];
326 it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res);
336 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
338 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] =
364 it->top_nz_[8] = it->left_nz_[8] =
365 VP8RecordCoeffs(it->top_nz_[8] + it->left_nz_[8], &res);
374 const int ctx = it->top_nz_[x] + it->left_nz_[y];
376 it->top_nz_[x] = it->left_nz_[y] = VP8RecordCoeffs(ctx, &res)
    [all...]
cost.c 607 ctx = it->top_nz_[x] + it->left_nz_[y];
624 R += VP8GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res);
630 const int ctx = it->top_nz_[x] + it->left_nz_[y];
633 it->top_nz_[x] = it->left_nz_[y] = (res.last >= 0);
651 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
654 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 739 const int ctx = it->top_nz_[x] + it->left_nz_[y];
743 it->top_nz_[x] = it->left_nz_[y] = non_zero;
781 const int ctx = it->top_nz_[x] + it->left_nz_[y];
809 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
813 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero;
    [all...]
vp8enci.h 293 int left_nz_[9]; // left-non-zero. left_nz[8] is independent. member in struct:__anon21245

Completed in 58 milliseconds