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

  /external/webp/src/enc/
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);
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...]
quant_enc.c 777 const int ctx = it->top_nz_[x] + it->left_nz_[y];
781 it->top_nz_[x] = it->left_nz_[y] = non_zero;
820 const int ctx = it->top_nz_[x] + it->left_nz_[y];
    [all...]
iterator_enc.c 236 int* const top_nz = it->top_nz_;
269 const int* const top_nz = it->top_nz_;
vp8i_enc.h 240 int top_nz_[9]; // top-non-zero context. member in struct:__anon49467

Completed in 78 milliseconds