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

  /external/webp/src/enc/
cost.h 47 int VP8RecordCoeffs(int ctx, const VP8Residual* const res);
frame.c 365 VP8RecordCoeffs(it->top_nz_[8] + it->left_nz_[8], &res);
376 it->top_nz_[x] = it->left_nz_[y] = VP8RecordCoeffs(ctx, &res);
388 VP8RecordCoeffs(ctx, &res);
415 VP8RecordCoeffs(ctx, &res);
429 VP8RecordCoeffs(ctx, &res);
443 VP8RecordCoeffs(ctx, &res);
cost.c 682 int VP8RecordCoeffs(int ctx, const VP8Residual* const res) {

Completed in 66 milliseconds