Home
last modified time | relevance | path

Searched refs:VP8RecordCoeffs (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dframe.c365 VP8RecordCoeffs(it->top_nz_[8] + it->left_nz_[8], &res); in RecordResiduals()
376 it->top_nz_[x] = it->left_nz_[y] = VP8RecordCoeffs(ctx, &res); in RecordResiduals()
388 VP8RecordCoeffs(ctx, &res); in RecordResiduals()
415 VP8RecordCoeffs(ctx, &res); in RecordTokens()
429 VP8RecordCoeffs(ctx, &res); in RecordTokens()
443 VP8RecordCoeffs(ctx, &res); in RecordTokens()
Dcost.h47 int VP8RecordCoeffs(int ctx, const VP8Residual* const res);
Dcost.c682 int VP8RecordCoeffs(int ctx, const VP8Residual* const res) { in VP8RecordCoeffs() function