HomeSort by relevance Sort by last modified time
    Searched refs:top_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);
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...]
iterator.c 232 int* const top_nz = it->top_nz_;
265 const int* const top_nz = it->top_nz_;
vp8enci.h 292 int top_nz_[9]; // top-non-zero context. member in struct:__anon21245

Completed in 70 milliseconds